#0c3e56

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

Shades of Astronaut Blue #0C3E56

Tints of Astronaut Blue #0C3E56

Color information

#0C3E56 (or 0x0C3E56) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 3E and 56. RGB value is (12,62,86). Sum of RGB (Red+Green+Blue) = 12+62+86=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C3E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3E56 is #F3C1A9. Grayscale: #313131. Windows color (decimal): -15974826 or 5651980. OLE color: 5651980.

HSL color Cylindrical-coordinate representation of color #0C3E56: hue angle of 199.46º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3E56 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB126286-
CMYK0.860.2800.66
HSL199.46º75.51%19.22%-
HSV(B)199.46º86.05%33.73%-
XYZ3.554.29.43-
YUV49.79148.44101.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=7.5%
G=38.75%
B=53.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1262860.860.2800.66199.4675.5119.22
HexC3E56561C042c74c13
Octal147612612634010230711423
Binary110011111010101101010110111000100001011000111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3e56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,62,86); }

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

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

 a { background-color: rgb(12,62,86); }

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

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

 span { border-color: rgb(12,62,86); }

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