Html Css Color HEX #12495F Astronaut Blue

📋 copy color: '#12495F'

red 18 ◦ green 73 ◦ blue 95

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

Shades of Astronaut Blue #12495F

Tints of Astronaut Blue #12495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 9.68%
G = 39.25%
B = 51.08%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12495F (or 0x12495F) is known color: Astronaut Blue. HEX triplet: 12, 49 and 5F. RGB value is (18,73,95). Sum of RGB (Red+Green+Blue) = 18+73+95=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #12495F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495F is #EDB6A0. Grayscale: #3A3A3A. Windows color (decimal): -15578785 or 6244626. OLE color: 6244626.

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

Color convert

RGB 18 73 95 -
CMYK 0.81 0.23 0 0.63
HSL 197.14º 0.68% 0.22% -
HSV(B) 197.14º 0.81% 0.37% -
XYZ 4.7 5.72 11.68 -
YUV 59.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 18 73 95 0.81 0.23 0 0.63 197.14 0.68 0.22
Hex 12 49 5F 51 17 0 3F C5 44 16
Octal 22 111 137 121 27 0 77 305 104 26
Binary 10010 1001001 1011111 1010001 10111 0 111111 11000101 1000100 10110

Color Harmonies of #12495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12495F

Black with #12495F

Text Example


Text Example

White with #12495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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