#0C268B

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

Shades of Smalt #0C268B

Tints of Smalt #0C268B

Color information

#0C268B (or 0x0C268B) is unknown color: approx Smalt. HEX triplet: 0C, 26 and 8B. RGB value is (12,38,139). Sum of RGB (Red+Green+Blue) = 12+38+139=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C268B is #F3D974. Grayscale: #292929. Windows color (decimal): -15980917 or 9119244. OLE color: 9119244.

HSL color Cylindrical-coordinate representation of color #0C268B: hue angle of 227.72º 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 #0C268B is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1238139-
CMYK0.910.7300.45
HSL227.72º84.11%29.61%-
HSV(B)227.72º91.37%54.51%-
XYZ5.53.3324.78-
YUV41.74182.89106.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.35%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 139 (54.69% from 255) = 73.54%
R=6.35%
G=20.11%
B=73.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12381390.910.7300.45227.7284.1129.61
HexC268B5B4902De4541e
Octal144621313311105534412436
Binary11001001101000101110110111001001010110111100100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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