#000E69

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

Shades of Sapphire #000E69

Tints of Sapphire #000E69

Color information

#000E69 (or 0x000E69) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 69. RGB value is (0,14,105). Sum of RGB (Red+Green+Blue) = 0+14+105=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #000E69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E69 is #FFF196. Grayscale: #131313. Windows color (decimal): -16773527 or 6884864. OLE color: 6884864.

HSL color Cylindrical-coordinate representation of color #000E69: hue angle of 232º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E69 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB014105-
CMYK10.8700.59
HSL232º100%20.59%-
HSV(B)232º100%41.18%-
XYZ2.711.3313.48-
YUV20.19175.86113.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 105 (41.41% from 255) = 88.24%
R=0%
G=11.76%
B=88.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal01410510.8700.5923210020.59
Hex0E69645703Be86415
Octal01615114412707335014425
Binary01110110100111001001010111011101111101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000E69; }

 p { color: rgb(0,14,105); }

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

<style>
 a { background-color: #000E69; }

 a { background-color: rgb(0,14,105); }

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

<style>
 span { border-color: #000E69; }

 span { border-color: rgb(0,14,105); }

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