#0C264E

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

Shades of Sapphire #0C264E

Tints of Sapphire #0C264E

Color information

#0C264E (or 0x0C264E) is unknown color: approx Sapphire. HEX triplet: 0C, 26 and 4E. RGB value is (12,38,78). Sum of RGB (Red+Green+Blue) = 12+38+78=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C264E is #F3D9B1. Grayscale: #222222. Windows color (decimal): -15980978 or 5121548. OLE color: 5121548.

HSL color Cylindrical-coordinate representation of color #0C264E: hue angle of 216.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C264E is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB123878-
CMYK0.850.5100.69
HSL216.36º73.33%17.65%-
HSV(B)216.36º84.62%30.59%-
XYZ2.222.017.48-
YUV34.79152.39111.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.38%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 78 (30.86% from 255) = 60.94%
R=9.38%
G=29.69%
B=60.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1238780.850.5100.69216.3673.3317.65
HexC264E5533045d84912
Octal144611612563010533011122
Binary1100100110100111010101011100110100010111011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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