#0C238B

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

Shades of Smalt #0C238B

Tints of Smalt #0C238B

Color information

#0C238B (or 0x0C238B) is unknown color: approx Smalt. HEX triplet: 0C, 23 and 8B. RGB value is (12,35,139). Sum of RGB (Red+Green+Blue) = 12+35+139=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C238B is #F3DC74. Grayscale: #272727. Windows color (decimal): -15981685 or 9118476. OLE color: 9118476.

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

Color convert

RGB1235139-
CMYK0.910.7500.45
HSL229.13º84.11%29.61%-
HSV(B)229.13º91.37%54.51%-
XYZ5.413.1424.75-
YUV39.98183.88108.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 139 (54.69% from 255) = 74.73%
R=6.45%
G=18.82%
B=74.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12351390.910.7500.45229.1384.1129.61
HexC238B5B4B02De5541e
Octal144321313311305534512436
Binary11001000111000101110110111001011010110111100101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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