Html Css Color HEX #12435A Astronaut Blue

📋 copy color: '#12435A'

red 18 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #12435A

Tints of Astronaut Blue #12435A

RGB

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

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

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

R = 10.29%
G = 38.29%
B = 51.43%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12435A (or 0x12435A) is known color: Astronaut Blue. HEX triplet: 12, 43 and 5A. RGB value is (18,67,90). Sum of RGB (Red+Green+Blue) = 18+67+90=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #12435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12435A is #EDBCA5. Grayscale: #363636. Windows color (decimal): -15580326 or 5915410. OLE color: 5915410.

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

Color convert

RGB 18 67 90 -
CMYK 0.80 0.26 0 0.65
HSL 199.17º 0.67% 0.21% -
HSV(B) 199.17º 0.8% 0.35% -
XYZ 4.1 4.88 10.4 -
YUV 54.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 18 67 90 0.80 0.26 0 0.65 199.17 0.67 0.21
Hex 12 43 5A 50 1A 0 41 C7 43 15
Octal 22 103 132 120 32 0 101 307 103 25
Binary 10010 1000011 1011010 1010000 11010 0 1000001 11000111 1000011 10101

Color Harmonies of #12435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12435A

Black with #12435A

Text Example


Text Example

White with #12435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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