#0C4765

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

Shades of Astronaut Blue #0C4765

Tints of Astronaut Blue #0C4765

Color information

#0C4765 (or 0x0C4765) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 47 and 65. RGB value is (12,71,101). Sum of RGB (Red+Green+Blue) = 12+71+101=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C4765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4765 is #F3B89A. Grayscale: #383838. Windows color (decimal): -15972507 or 6637324. OLE color: 6637324.

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

Color convert

RGB1271101-
CMYK0.880.3000.60
HSL200.22º78.76%22.16%-
HSV(B)200.22º88.12%39.61%-
XYZ4.755.5213.13-
YUV56.78152.9596.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 101 (39.84% from 255) = 54.89%
R=6.52%
G=38.59%
B=54.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12711010.880.3000.60200.2278.7622.16
HexC4765581E03Cc84f16
Octal141071451303607431011726
Binary110010001111100101101100011110011110011001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,101); }

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

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

 a { background-color: rgb(12,71,101); }

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

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

 span { border-color: rgb(12,71,101); }

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