#0C3E9B

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

Shades of Smalt #0C3E9B

Tints of Smalt #0C3E9B

Color information

#0C3E9B (or 0x0C3E9B) is unknown color: approx Smalt. HEX triplet: 0C, 3E and 9B. RGB value is (12,62,155). Sum of RGB (Red+Green+Blue) = 12+62+155=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C3E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3E9B is #F3C164. Grayscale: #393939. Windows color (decimal): -15974757 or 10173964. OLE color: 10173964.

HSL color Cylindrical-coordinate representation of color #0C3E9B: hue angle of 219.02º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3E9B is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1262155-
CMYK0.920.600.39
HSL219.02º85.63%32.75%-
HSV(B)219.02º92.26%60.78%-
XYZ7.795.8931.74-
YUV57.65182.9495.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.24%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 155 (60.94% from 255) = 67.69%
R=5.24%
G=27.07%
B=67.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12621550.920.600.39219.0285.6332.75
HexC3E9B5C3C027db5621
Octal14762331347404733312641
Binary11001111101001101110111001111000100111110110111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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