Html Css Color HEX #103E53 Astronaut Blue

📋 copy color: '#103E53'

red 16 ◦ green 62 ◦ blue 83

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

Shades of Astronaut Blue #103E53

Tints of Astronaut Blue #103E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.55%

R = 9.94%
G = 38.51%
B = 51.55%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103E53 (or 0x103E53) is known color: Astronaut Blue. HEX triplet: 10, 3E and 53. RGB value is (16,62,83). Sum of RGB (Red+Green+Blue) = 16+62+83=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #103E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E53 is #EFC1AC. Grayscale: #323232. Windows color (decimal): -15712685 or 5455376. OLE color: 5455376.

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

Color convert

RGB 16 62 83 -
CMYK 0.81 0.25 0 0.67
HSL 198.81º 0.68% 0.19% -
HSV(B) 198.81º 0.81% 0.33% -
XYZ 3.5 4.18 8.81 -
YUV 50.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 16 62 83 0.81 0.25 0 0.67 198.81 0.68 0.19
Hex 10 3E 53 51 19 0 43 C7 44 13
Octal 20 76 123 121 31 0 103 307 104 23
Binary 10000 111110 1010011 1010001 11001 0 1000011 11000111 1000100 10011

Color Harmonies of #103E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E53

Black with #103E53

Text Example


Text Example

White with #103E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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