#0C258B

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

Shades of Smalt #0C258B

Tints of Smalt #0C258B

Color information

#0C258B (or 0x0C258B) is unknown color: approx Smalt. HEX triplet: 0C, 25 and 8B. RGB value is (12,37,139). Sum of RGB (Red+Green+Blue) = 12+37+139=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C258B is #F3DA74. Grayscale: #282828. Windows color (decimal): -15981173 or 9118988. OLE color: 9118988.

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

Color convert

RGB1237139-
CMYK0.910.7300.45
HSL228.19º84.11%29.61%-
HSV(B)228.19º91.37%54.51%-
XYZ5.473.2724.77-
YUV41.15183.22107.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.38%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 139 (54.69% from 255) = 73.94%
R=6.38%
G=19.68%
B=73.94%

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
Decimal12371390.910.7300.45228.1984.1129.61
HexC258B5B4902De4541e
Octal144521313311105534412436
Binary11001001011000101110110111001001010110111100100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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