#0C3E8F

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

Shades of Smalt #0C3E8F

Tints of Smalt #0C3E8F

Color information

#0C3E8F (or 0x0C3E8F) is unknown color: approx Smalt. HEX triplet: 0C, 3E and 8F. RGB value is (12,62,143). Sum of RGB (Red+Green+Blue) = 12+62+143=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #0C3E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3E8F is #F3C170. Grayscale: #373737. Windows color (decimal): -15974769 or 9387532. OLE color: 9387532.

HSL color Cylindrical-coordinate representation of color #0C3E8F: hue angle of 217.1º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3E8F is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1262143-
CMYK0.920.5700.44
HSL217.1º84.52%30.39%-
HSV(B)217.1º91.61%56.08%-
XYZ6.835.5126.69-
YUV56.28176.9496.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 65.90%
R=5.53%
G=28.57%
B=65.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12621430.920.5700.44217.184.5230.39
HexC3E8F5C3902Cd9551e
Octal14762171347105433112536
Binary1100111110100011111011100111001010110011011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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