#0C2F8B

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

Shades of Smalt #0C2F8B

Tints of Smalt #0C2F8B

Color information

#0C2F8B (or 0x0C2F8B) is unknown color: approx Smalt. HEX triplet: 0C, 2F and 8B. RGB value is (12,47,139). Sum of RGB (Red+Green+Blue) = 12+47+139=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C2F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2F8B is #F3D074. Grayscale: #2E2E2E. Windows color (decimal): -15978613 or 9121548. OLE color: 9121548.

HSL color Cylindrical-coordinate representation of color #0C2F8B: hue angle of 223.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2F8B is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1247139-
CMYK0.910.6600.45
HSL223.46º84.11%29.61%-
HSV(B)223.46º91.37%54.51%-
XYZ5.833.9824.89-
YUV47.02179.9103.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.06%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=6.06%
G=23.74%
B=70.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12471390.910.6600.45223.4684.1129.61
HexC2F8B5B4202Ddf541e
Octal145721313310205533712436
Binary11001011111000101110110111000010010110111011111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,47,139); }

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

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

 a { background-color: rgb(12,47,139); }

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

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

 span { border-color: rgb(12,47,139); }

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