Html Css Color HEX #12425A Astronaut Blue

📋 copy color: '#12425A'

red 18 ◦ green 66 ◦ blue 90

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

Shades of Astronaut Blue #12425A

Tints of Astronaut Blue #12425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 10.34%
G = 37.93%
B = 51.72%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12425A (or 0x12425A) is known color: Astronaut Blue. HEX triplet: 12, 42 and 5A. RGB value is (18,66,90). Sum of RGB (Red+Green+Blue) = 18+66+90=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #12425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12425A is #EDBDA5. Grayscale: #363636. Windows color (decimal): -15580582 or 5915154. OLE color: 5915154.

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

Color convert

RGB 18 66 90 -
CMYK 0.80 0.27 0 0.65
HSL 200º 0.67% 0.21% -
HSV(B) 200º 0.8% 0.35% -
XYZ 4.04 4.76 10.38 -
YUV 54.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 18 66 90 0.80 0.27 0 0.65 200 0.67 0.21
Hex 12 42 5A 50 1B 0 41 C8 43 15
Octal 22 102 132 120 33 0 101 310 103 25
Binary 10010 1000010 1011010 1010000 11011 0 1000001 11001000 1000011 10101

Color Harmonies of #12425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12425A

Black with #12425A

Text Example


Text Example

White with #12425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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