Html Css Color HEX #12495B Astronaut Blue

📋 copy color: '#12495B'

red 18 ◦ green 73 ◦ blue 91

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

Shades of Astronaut Blue #12495B

Tints of Astronaut Blue #12495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50%

R = 9.89%
G = 40.11%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12495B (or 0x12495B) is known color: Astronaut Blue. HEX triplet: 12, 49 and 5B. RGB value is (18,73,91). Sum of RGB (Red+Green+Blue) = 18+73+91=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #12495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12495B is #EDB6A4. Grayscale: #3A3A3A. Windows color (decimal): -15578789 or 5982482. OLE color: 5982482.

HSL color Cylindrical-coordinate representation of color #12495B: hue angle of 194.79º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12495B is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 73 91 -
CMYK 0.80 0.20 0 0.64
HSL 194.79º 0.67% 0.21% -
HSV(B) 194.79º 0.8% 0.36% -
XYZ 4.52 5.65 10.75 -
YUV 58.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 18 73 91 0.80 0.20 0 0.64 194.79 0.67 0.21
Hex 12 49 5B 50 14 0 40 C3 43 15
Octal 22 111 133 120 24 0 100 303 103 25
Binary 10010 1001001 1011011 1010000 10100 0 1000000 11000011 1000011 10101

Color Harmonies of #12495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12495B

Black with #12495B

Text Example


Text Example

White with #12495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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