#0C485D

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

Shades of Astronaut Blue #0C485D

Tints of Astronaut Blue #0C485D

Color information

#0C485D (or 0x0C485D) is unknown color: approx Astronaut Blue. HEX triplet: 0C, 48 and 5D. RGB value is (12,72,93). Sum of RGB (Red+Green+Blue) = 12+72+93=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C485D is #F3B7A2. Grayscale: #383838. Windows color (decimal): -15972259 or 6113292. OLE color: 6113292.

HSL color Cylindrical-coordinate representation of color #0C485D: hue angle of 195.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C485D is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB127293-
CMYK0.870.2300.64
HSL195.56º77.14%20.59%-
HSV(B)195.56º87.1%36.47%-
XYZ4.445.511.18-
YUV56.45148.6296.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.78%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=6.78%
G=40.68%
B=52.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1272930.870.2300.64195.5677.1420.59
HexC485D5717040c44d15
Octal1411013512727010030411525
Binary1100100100010111011010111101110100000011000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,72,93); }

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

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

 a { background-color: rgb(12,72,93); }

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

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

 span { border-color: rgb(12,72,93); }

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