#0C307D

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

Shades of Sapphire #0C307D

Tints of Sapphire #0C307D

Color information

#0C307D (or 0x0C307D) is unknown color: approx Sapphire. HEX triplet: 0C, 30 and 7D. RGB value is (12,48,125). Sum of RGB (Red+Green+Blue) = 12+48+125=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C307D is #F3CF82. Grayscale: #2D2D2D. Windows color (decimal): -15978371 or 8204300. OLE color: 8204300.

HSL color Cylindrical-coordinate representation of color #0C307D: hue angle of 220.88º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C307D is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1248125-
CMYK0.900.6200.51
HSL220.88º82.48%26.86%-
HSV(B)220.88º90.4%49.02%-
XYZ4.913.6719.85-
YUV46.01172.57103.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 125 (49.22% from 255) = 67.57%
R=6.49%
G=25.95%
B=67.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12481250.900.6200.51220.8882.4826.86
HexC307D5A3E033dd521b
Octal14601751327606333512233
Binary110011000011111011011010111110011001111011101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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