Html Css Color HEX #12466A Astronaut Blue

📋 copy color: '#12466A'

red 18 ◦ green 70 ◦ blue 106

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

Shades of Astronaut Blue #12466A

Tints of Astronaut Blue #12466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 106 (41.8% from 255) = 54.64%

R = 9.28%
G = 36.08%
B = 54.64%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12466A (or 0x12466A) is known color: Astronaut Blue. HEX triplet: 12, 46 and 6A. RGB value is (18,70,106). Sum of RGB (Red+Green+Blue) = 18+70+106=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #12466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466A is #EDB995. Grayscale: #3A3A3A. Windows color (decimal): -15579542 or 6964754. OLE color: 6964754.

HSL color Cylindrical-coordinate representation of color #12466A: hue angle of 204.55º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12466A is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 70 106 -
CMYK 0.83 0.34 0 0.58
HSL 204.55º 0.71% 0.24% -
HSV(B) 204.55º 0.83% 0.42% -
XYZ 5.04 5.55 14.44 -
YUV 58.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 18 70 106 0.83 0.34 0 0.58 204.55 0.71 0.24
Hex 12 46 6A 53 22 0 3A CD 47 18
Octal 22 106 152 123 42 0 72 315 107 30
Binary 10010 1000110 1101010 1010011 100010 0 111010 11001101 1000111 11000

Color Harmonies of #12466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12466A

Black with #12466A

Text Example


Text Example

White with #12466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,70,106); }

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

background-color css

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

 a { background-color: rgb(18,70,106); }

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

border-color css

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

 span { border-color: rgb(18,70,106); }

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