Html Css Color HEX #12486A Astronaut Blue

📋 copy color: '#12486A'

red 18 ◦ green 72 ◦ blue 106

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

Shades of Astronaut Blue #12486A

Tints of Astronaut Blue #12486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 9.18%
G = 36.73%
B = 54.08%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12486A (or 0x12486A) is known color: Astronaut Blue. HEX triplet: 12, 48 and 6A. RGB value is (18,72,106). Sum of RGB (Red+Green+Blue) = 18+72+106=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #12486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486A is #EDB795. Grayscale: #3B3B3B. Windows color (decimal): -15579030 or 6965266. OLE color: 6965266.

HSL color Cylindrical-coordinate representation of color #12486A: hue angle of 203.18º 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 #12486A is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 72 106 -
CMYK 0.83 0.32 0 0.58
HSL 203.18º 0.71% 0.24% -
HSV(B) 203.18º 0.83% 0.42% -
XYZ 5.17 5.8 14.48 -
YUV 59.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 18 72 106 0.83 0.32 0 0.58 203.18 0.71 0.24
Hex 12 48 6A 53 20 0 3A CB 47 18
Octal 22 110 152 123 40 0 72 313 107 30
Binary 10010 1001000 1101010 1010011 100000 0 111010 11001011 1000111 11000

Color Harmonies of #12486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12486A

Black with #12486A

Text Example


Text Example

White with #12486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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