Html Css Color HEX #12435E Astronaut Blue

📋 copy color: '#12435E'

red 18 ◦ green 67 ◦ blue 94

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

Shades of Astronaut Blue #12435E

Tints of Astronaut Blue #12435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

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

R = 10.06%
G = 37.43%
B = 52.51%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12435E (or 0x12435E) is known color: Astronaut Blue. HEX triplet: 12, 43 and 5E. RGB value is (18,67,94). Sum of RGB (Red+Green+Blue) = 18+67+94=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #12435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12435E is #EDBCA1. Grayscale: #373737. Windows color (decimal): -15580322 or 6177554. OLE color: 6177554.

HSL color Cylindrical-coordinate representation of color #12435E: hue angle of 201.32º 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 #12435E is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 67 94 -
CMYK 0.81 0.29 0 0.63
HSL 201.32º 0.68% 0.22% -
HSV(B) 201.32º 0.81% 0.37% -
XYZ 4.28 4.95 11.32 -
YUV 55.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 18 67 94 0.81 0.29 0 0.63 201.32 0.68 0.22
Hex 12 43 5E 51 1D 0 3F C9 44 16
Octal 22 103 136 121 35 0 77 311 104 26
Binary 10010 1000011 1011110 1010001 11101 0 111111 11001001 1000100 10110

Color Harmonies of #12435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12435E

Black with #12435E

Text Example


Text Example

White with #12435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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