Html Css Color HEX #0C4961 Astronaut Blue

📋 copy color: '#0C4961'

red 12 ◦ green 73 ◦ blue 97

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

Shades of Astronaut Blue #0C4961

Tints of Astronaut Blue #0C4961

RGB

 RED value IS 12 (5.08% from 255) = 6.59%

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 6.59%
G = 40.11%
B = 53.3%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C4961 (or 0x0C4961) is known color: Astronaut Blue. HEX triplet: 0C, 49 and 61. RGB value is (12,73,97). Sum of RGB (Red+Green+Blue) = 12+73+97=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C4961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4961 is #F3B69E. Grayscale: #393939. Windows color (decimal): -15971999 or 6375692. OLE color: 6375692.

HSL color Cylindrical-coordinate representation of color #0C4961: hue angle of 196.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4961 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 73 97 -
CMYK 0.88 0.25 0 0.62
HSL 196.94º 0.78% 0.21% -
HSV(B) 196.94º 0.88% 0.38% -
XYZ 4.69 5.71 12.16 -
YUV 57.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 12 73 97 0.88 0.25 0 0.62 196.94 0.78 0.21
Hex C 49 61 58 19 0 3E C5 4E 15
Octal 14 111 141 130 31 0 76 305 116 25
Binary 1100 1001001 1100001 1011000 11001 0 111110 11000101 1001110 10101

Color Harmonies of #0C4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4961

Black with #0C4961

Text Example


Text Example

White with #0C4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C4961; }

 p { color: rgb(12,73,97); }

 H1.HeaderClassName
 {
   color: #0C4961;
 }
 .AnyTagClassName
 {
   color: #0C4961;
 }
</style>

background-color css

<style>
 a { background-color: #0C4961; }

 a { background-color: rgb(12,73,97); }

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

border-color css

<style>
 span { border-color: #0C4961; }

 span { border-color: rgb(12,73,97); }

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