Html Css Color HEX #12475A Astronaut Blue

📋 copy color: '#12475A'

red 18 ◦ green 71 ◦ blue 90

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

Shades of Astronaut Blue #12475A

Tints of Astronaut Blue #12475A

RGB

 RED value IS 18 (7.42% from 255) = 10.06%

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 10.06%
G = 39.66%
B = 50.28%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12475A (or 0x12475A) is known color: Astronaut Blue. HEX triplet: 12, 47 and 5A. RGB value is (18,71,90). Sum of RGB (Red+Green+Blue) = 18+71+90=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #12475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475A is #EDB8A5. Grayscale: #393939. Windows color (decimal): -15579302 or 5916434. OLE color: 5916434.

HSL color Cylindrical-coordinate representation of color #12475A: hue angle of 195.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12475A is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 71 90 -
CMYK 0.80 0.21 0 0.65
HSL 195.83º 0.67% 0.21% -
HSV(B) 195.83º 0.8% 0.35% -
XYZ 4.35 5.37 10.48 -
YUV 57.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 18 71 90 0.80 0.21 0 0.65 195.83 0.67 0.21
Hex 12 47 5A 50 15 0 41 C4 43 15
Octal 22 107 132 120 25 0 101 304 103 25
Binary 10010 1000111 1011010 1010000 10101 0 1000001 11000100 1000011 10101

Color Harmonies of #12475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12475A

Black with #12475A

Text Example


Text Example

White with #12475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12475A; }

 p { color: rgb(18,71,90); }

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

background-color css

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

 a { background-color: rgb(18,71,90); }

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

border-color css

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

 span { border-color: rgb(18,71,90); }

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