#0e2364

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

Shades of Sapphire #0E2364

Tints of Sapphire #0E2364

Color information

#0E2364 (or 0x0E2364) is unknown color: approx Sapphire. HEX triplet: 0E, 23 and 64. RGB value is (14,35,100). Sum of RGB (Red+Green+Blue) = 14+35+100=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E2364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2364 is #F1DC9B. Grayscale: #232323. Windows color (decimal): -15850652 or 6562574. OLE color: 6562574.

HSL color Cylindrical-coordinate representation of color #0E2364: hue angle of 225.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2364 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1435100-
CMYK0.860.6500.61
HSL225.35º75.44%22.35%-
HSV(B)225.35º86%39.22%-
XYZ3.082.2212.32-
YUV36.13164.04112.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 100 (39.45% from 255) = 67.11%
R=9.40%
G=23.49%
B=67.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14351000.860.6500.61225.3575.4422.35
HexE2364564103De14b16
Octal164314412610107534111326
Binary1110100011110010010101101000001011110111100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e2364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,100); }

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

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

 a { background-color: rgb(14,35,100); }

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

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

 span { border-color: rgb(14,35,100); }

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