#0C265E

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

Shades of Sapphire #0C265E

Tints of Sapphire #0C265E

Color information

#0C265E (or 0x0C265E) is unknown color: approx Sapphire. HEX triplet: 0C, 26 and 5E. RGB value is (12,38,94). Sum of RGB (Red+Green+Blue) = 12+38+94=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C265E is #F3D9A1. Grayscale: #242424. Windows color (decimal): -15980962 or 6170124. OLE color: 6170124.

HSL color Cylindrical-coordinate representation of color #0C265E: hue angle of 220.98º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C265E is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB123894-
CMYK0.870.6000.63
HSL220.98º77.36%20.78%-
HSV(B)220.98º87.23%36.86%-
XYZ2.872.2710.88-
YUV36.61160.39110.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 94 (37.11% from 255) = 65.28%
R=8.33%
G=26.39%
B=65.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1238940.870.6000.63220.9877.3620.78
HexC265E573C03Fdd4d15
Octal14461361277407733511525
Binary110010011010111101010111111100011111111011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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