Html Css Color HEX #104355 Astronaut Blue

📋 copy color: '#104355'

red 16 ◦ green 67 ◦ blue 85

#104355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #104355

Tints of Astronaut Blue #104355

RGB

 RED value IS 16 (6.64% from 255) = 9.52%

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 85 (33.59% from 255) = 50.6%

R = 9.52%
G = 39.88%
B = 50.6%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#104355 (or 0x104355) is known color: Astronaut Blue. HEX triplet: 10, 43 and 55. RGB value is (16,67,85). Sum of RGB (Red+Green+Blue) = 16+67+85=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #104355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104355 is #EFBCAA. Grayscale: #353535. Windows color (decimal): -15711403 or 5587728. OLE color: 5587728.

HSL color Cylindrical-coordinate representation of color #104355: hue angle of 195.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104355 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 67 85 -
CMYK 0.81 0.21 0 0.67
HSL 195.65º 0.68% 0.2% -
HSV(B) 195.65º 0.81% 0.33% -
XYZ 3.86 4.78 9.31 -
YUV 53.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 16 67 85 0.81 0.21 0 0.67 195.65 0.68 0.2
Hex 10 43 55 51 15 0 43 C4 44 14
Octal 20 103 125 121 25 0 103 304 104 24
Binary 10000 1000011 1010101 1010001 10101 0 1000011 11000100 1000100 10100

Color Harmonies of #104355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104355

Black with #104355

Text Example


Text Example

White with #104355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104355; }

 p { color: rgb(16,67,85); }

 H1.HeaderClassName
 {
   color: #104355;
 }
 .AnyTagClassName
 {
   color: #104355;
 }
</style>

background-color css

<style>
 a { background-color: #104355; }

 a { background-color: rgb(16,67,85); }

 div.DivClassName
 {
   background-color: #104355;
 }
 .BgClassName
 {
   background-color: #104355;
 }
</style>

border-color css

<style>
 span { border-color: #104355; }

 span { border-color: rgb(16,67,85); }

 td.TdClassName
 {
   border-color: #104355;
 }
 .TagClassName
 {
   border-color: #104355;
 }
</style>