#0C4C66

Color #0C4C66 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #0C4C66

Tints of Astronaut Blue #0C4C66

Color information

#0C4C66 (or 0x0C4C66) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 4C and 66. RGB value is (12,76,102). Sum of RGB (Red+Green+Blue) = 12+76+102=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C66 is #F3B399. Grayscale: #3B3B3B. Windows color (decimal): -15971226 or 6704140. OLE color: 6704140.

HSL color Cylindrical-coordinate representation of color #0C4C66: hue angle of 197.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4C66 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1276102-
CMYK0.880.2500.6
HSL197.33º78.95%22.35%-
HSV(B)197.33º88.24%40%-
XYZ5.136.2113.5-
YUV59.83151.893.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=6.32%
G=40%
B=53.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12761020.880.2500.6197.3378.9522.35
HexC4C66581903Cc54f16
Octal141141461303107430511726
Binary110010011001100110101100011001011110011000101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,76,102); }

 H1.HeaderClassName
 {
   color: #0C4C66;
 }
 .AnyTagClassName
 {
   color: #0C4C66;
 }
</style>
background-color css

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

 a { background-color: rgb(12,76,102); }

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

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

 span { border-color: rgb(12,76,102); }

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