#0C3080

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

Shades of Sapphire #0C3080

Tints of Sapphire #0C3080

Color information

#0C3080 (or 0x0C3080) is unknown color: approx Sapphire. HEX triplet: 0C, 30 and 80. RGB value is (12,48,128). Sum of RGB (Red+Green+Blue) = 12+48+128=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C3080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3080 is #F3CF7F. Grayscale: #2E2E2E. Windows color (decimal): -15978368 or 8400908. OLE color: 8400908.

HSL color Cylindrical-coordinate representation of color #0C3080: hue angle of 221.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3080 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1248128-
CMYK0.910.6200.50
HSL221.38º82.86%27.45%-
HSV(B)221.38º90.62%50.2%-
XYZ5.13.7520.88-
YUV46.36174.07103.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.38%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 128 (50.39% from 255) = 68.09%
R=6.38%
G=25.53%
B=68.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12481280.910.6200.50221.3882.8627.45
HexC30805B3E032dd531b
Octal14602001337606233512333
Binary1100110000100000001011011111110011001011011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,128); }

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

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

 a { background-color: rgb(12,48,128); }

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

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

 span { border-color: rgb(12,48,128); }

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