Html Css Color HEX #103E55 Astronaut Blue

📋 copy color: '#103E55'

red 16 ◦ green 62 ◦ blue 85

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

Shades of Astronaut Blue #103E55

Tints of Astronaut Blue #103E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.04%

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

R = 9.82%
G = 38.04%
B = 52.15%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103E55 (or 0x103E55) is known color: Astronaut Blue. HEX triplet: 10, 3E and 55. RGB value is (16,62,85). Sum of RGB (Red+Green+Blue) = 16+62+85=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #103E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E55 is #EFC1AA. Grayscale: #323232. Windows color (decimal): -15712683 or 5586448. OLE color: 5586448.

HSL color Cylindrical-coordinate representation of color #103E55: hue angle of 200º 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 #103E55 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 62 85 -
CMYK 0.81 0.27 0 0.67
HSL 200º 0.68% 0.2% -
HSV(B) 200º 0.81% 0.33% -
XYZ 3.58 4.21 9.22 -
YUV 50.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 16 62 85 0.81 0.27 0 0.67 200 0.68 0.2
Hex 10 3E 55 51 1B 0 43 C8 44 14
Octal 20 76 125 121 33 0 103 310 104 24
Binary 10000 111110 1010101 1010001 11011 0 1000011 11001000 1000100 10100

Color Harmonies of #103E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E55

Black with #103E55

Text Example


Text Example

White with #103E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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