Html Css Color HEX #0C3F56 Astronaut Blue

📋 copy color: '#0C3F56'

red 12 ◦ green 63 ◦ blue 86

#0C3F56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #0C3F56

Tints of Astronaut Blue #0C3F56

RGB

 RED value IS 12 (5.08% from 255) = 7.45%

 GREEN value IS 63 (25% from 255) = 39.13%

 BLUE value IS 86 (33.98% from 255) = 53.42%

R = 7.45%
G = 39.13%
B = 53.42%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0C3F56 (or 0x0C3F56) is known color: Astronaut Blue. HEX triplet: 0C, 3F and 56. RGB value is (12,63,86). Sum of RGB (Red+Green+Blue) = 12+63+86=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C3F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3F56 is #F3C0A9. Grayscale: #323232. Windows color (decimal): -15974570 or 5652236. OLE color: 5652236.

HSL color Cylindrical-coordinate representation of color #0C3F56: hue angle of 198.65º 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 #0C3F56 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 63 86 -
CMYK 0.86 0.27 0 0.66
HSL 198.65º 0.76% 0.19% -
HSV(B) 198.65º 0.86% 0.34% -
XYZ 3.61 4.31 9.44 -
YUV 50.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 12 63 86 0.86 0.27 0 0.66 198.65 0.76 0.19
Hex C 3F 56 56 1B 0 42 C7 4C 13
Octal 14 77 126 126 33 0 102 307 114 23
Binary 1100 111111 1010110 1010110 11011 0 1000010 11000111 1001100 10011

Color Harmonies of #0C3F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3F56

Black with #0C3F56

Text Example


Text Example

White with #0C3F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C3F56;
 }
 .AnyTagClassName
 {
   color: #0C3F56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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