#0C254E

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

Shades of Sapphire #0C254E

Tints of Sapphire #0C254E

Color information

#0C254E (or 0x0C254E) is unknown color: approx Sapphire. HEX triplet: 0C, 25 and 4E. RGB value is (12,37,78). Sum of RGB (Red+Green+Blue) = 12+37+78=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C254E is #F3DAB1. Grayscale: #222222. Windows color (decimal): -15981234 or 5121292. OLE color: 5121292.

HSL color Cylindrical-coordinate representation of color #0C254E: hue angle of 217.27º 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 #0C254E is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB123778-
CMYK0.850.5300.69
HSL217.27º73.33%17.65%-
HSV(B)217.27º84.62%30.59%-
XYZ2.191.957.47-
YUV34.2152.72112.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=9.45%
G=29.13%
B=61.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1237780.850.5300.69217.2773.3317.65
HexC254E5535045d94912
Octal144511612565010533111122
Binary1100100101100111010101011101010100010111011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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