#0E2462

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

Shades of Sapphire #0E2462

Tints of Sapphire #0E2462

Color information

#0E2462 (or 0x0E2462) is unknown color: approx Sapphire. HEX triplet: 0E, 24 and 62. RGB value is (14,36,98). Sum of RGB (Red+Green+Blue) = 14+36+98=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E2462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2462 is #F1DB9D. Grayscale: #242424. Windows color (decimal): -15850398 or 6431758. OLE color: 6431758.

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

Color convert

RGB143698-
CMYK0.860.6300.62
HSL224.29º75%21.96%-
HSV(B)224.29º85.71%38.43%-
XYZ3.022.2411.83-
YUV36.49162.71111.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=9.46%
G=24.32%
B=66.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1436980.860.6300.62224.297521.96
HexE2462563F03Ee04b16
Octal16441421267707634011326
Binary111010010011000101010110111111011111011100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,98); }

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

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

 a { background-color: rgb(14,36,98); }

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

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

 span { border-color: rgb(14,36,98); }

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