Html Css Color HEX #12495E Astronaut Blue

📋 copy color: '#12495E'

red 18 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #12495E

Tints of Astronaut Blue #12495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.46%

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

R = 9.73%
G = 39.46%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12495E (or 0x12495E) is known color: Astronaut Blue. HEX triplet: 12, 49 and 5E. RGB value is (18,73,94). Sum of RGB (Red+Green+Blue) = 18+73+94=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #12495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495E is #EDB6A1. Grayscale: #3A3A3A. Windows color (decimal): -15578786 or 6179090. OLE color: 6179090.

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

Color convert

RGB 18 73 94 -
CMYK 0.81 0.22 0 0.63
HSL 196.58º 0.68% 0.22% -
HSV(B) 196.58º 0.81% 0.37% -
XYZ 4.65 5.7 11.45 -
YUV 58.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 18 73 94 0.81 0.22 0 0.63 196.58 0.68 0.22
Hex 12 49 5E 51 16 0 3F C5 44 16
Octal 22 111 136 121 26 0 77 305 104 26
Binary 10010 1001001 1011110 1010001 10110 0 111111 11000101 1000100 10110

Color Harmonies of #12495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12495E

Black with #12495E

Text Example


Text Example

White with #12495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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