Html Css Color HEX #0C4360 Astronaut Blue

📋 copy color: '#0C4360'

red 12 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #0C4360

Tints of Astronaut Blue #0C4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 6.86%
G = 38.29%
B = 54.86%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C4360 (or 0x0C4360) is known color: Astronaut Blue. HEX triplet: 0C, 43 and 60. RGB value is (12,67,96). Sum of RGB (Red+Green+Blue) = 12+67+96=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C4360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4360 is #F3BC9F. Grayscale: #353535. Windows color (decimal): -15973536 or 6308620. OLE color: 6308620.

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

Color convert

RGB 12 67 96 -
CMYK 0.88 0.30 0 0.62
HSL 200.71º 0.78% 0.21% -
HSV(B) 200.71º 0.88% 0.38% -
XYZ 4.27 4.94 11.79 -
YUV 53.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 12 67 96 0.88 0.30 0 0.62 200.71 0.78 0.21
Hex C 43 60 58 1E 0 3E C9 4E 15
Octal 14 103 140 130 36 0 76 311 116 25
Binary 1100 1000011 1100000 1011000 11110 0 111110 11001001 1001110 10101

Color Harmonies of #0C4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4360

Black with #0C4360

Text Example


Text Example

White with #0C4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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