#0C4764

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

Shades of Astronaut Blue #0C4764

Tints of Astronaut Blue #0C4764

Color information

#0C4764 (or 0x0C4764) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 47 and 64. RGB value is (12,71,100). Sum of RGB (Red+Green+Blue) = 12+71+100=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C4764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4764 is #F3B89B. Grayscale: #383838. Windows color (decimal): -15972508 or 6571788. OLE color: 6571788.

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

Color convert

RGB1271100-
CMYK0.880.2900.61
HSL199.77º78.57%21.96%-
HSV(B)199.77º88%39.22%-
XYZ4.715.512.87-
YUV56.66152.4596.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 100 (39.45% from 255) = 54.64%
R=6.56%
G=38.80%
B=54.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12711000.880.2900.61199.7778.5721.96
HexC4764581D03Dc84f16
Octal141071441303507531011726
Binary110010001111100100101100011101011110111001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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