Html Css Color HEX #12425E Astronaut Blue

📋 copy color: '#12425E'

red 18 ◦ green 66 ◦ blue 94

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

Shades of Astronaut Blue #12425E

Tints of Astronaut Blue #12425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 10.11%
G = 37.08%
B = 52.81%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12425E (or 0x12425E) is known color: Astronaut Blue. HEX triplet: 12, 42 and 5E. RGB value is (18,66,94). Sum of RGB (Red+Green+Blue) = 18+66+94=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #12425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12425E is #EDBDA1. Grayscale: #363636. Windows color (decimal): -15580578 or 6177298. OLE color: 6177298.

HSL color Cylindrical-coordinate representation of color #12425E: hue angle of 202.11º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12425E is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 66 94 -
CMYK 0.81 0.30 0 0.63
HSL 202.11º 0.68% 0.22% -
HSV(B) 202.11º 0.81% 0.37% -
XYZ 4.22 4.83 11.3 -
YUV 54.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 18 66 94 0.81 0.30 0 0.63 202.11 0.68 0.22
Hex 12 42 5E 51 1E 0 3F CA 44 16
Octal 22 102 136 121 36 0 77 312 104 26
Binary 10010 1000010 1011110 1010001 11110 0 111111 11001010 1000100 10110

Color Harmonies of #12425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12425E

Black with #12425E

Text Example


Text Example

White with #12425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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