#0C4B66

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

Shades of Astronaut Blue #0C4B66

Tints of Astronaut Blue #0C4B66

Color information

#0C4B66 (or 0x0C4B66) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 4B and 66. RGB value is (12,75,102). Sum of RGB (Red+Green+Blue) = 12+75+102=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4B66 is #F3B499. Grayscale: #3B3B3B. Windows color (decimal): -15971482 or 6703884. OLE color: 6703884.

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

Color convert

RGB1275102-
CMYK0.880.2600.6
HSL198º78.95%22.35%-
HSV(B)198º88.24%40%-
XYZ5.076.0713.47-
YUV59.24152.1394.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.35%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=6.35%
G=39.68%
B=53.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12751020.880.2600.619878.9522.35
HexC4B66581A03Cc64f16
Octal141131461303207430611726
Binary110010010111100110101100011010011110011000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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