Html Css Color HEX #0C4860 Astronaut Blue

📋 copy color: '#0C4860'

red 12 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #0C4860

Tints of Astronaut Blue #0C4860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.33%

R = 6.67%
G = 40%
B = 53.33%

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

#0C4860 (or 0x0C4860) is known color: Astronaut Blue. HEX triplet: 0C, 48 and 60. RGB value is (12,72,96). Sum of RGB (Red+Green+Blue) = 12+72+96=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C4860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4860 is #F3B79F. Grayscale: #383838. Windows color (decimal): -15972256 or 6309900. OLE color: 6309900.

HSL color Cylindrical-coordinate representation of color #0C4860: hue angle of 197.14º 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 #0C4860 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 72 96 -
CMYK 0.88 0.25 0 0.62
HSL 197.14º 0.78% 0.21% -
HSV(B) 197.14º 0.88% 0.38% -
XYZ 4.58 5.56 11.9 -
YUV 56.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 12 72 96 0.88 0.25 0 0.62 197.14 0.78 0.21
Hex C 48 60 58 19 0 3E C5 4E 15
Octal 14 110 140 130 31 0 76 305 116 25
Binary 1100 1001000 1100000 1011000 11001 0 111110 11000101 1001110 10101

Color Harmonies of #0C4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4860

Black with #0C4860

Text Example


Text Example

White with #0C4860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,96); }

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

background-color css

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

 a { background-color: rgb(12,72,96); }

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

border-color css

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

 span { border-color: rgb(12,72,96); }

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