#001E69

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

Shades of Sapphire #001E69

Tints of Sapphire #001E69

Color information

#001E69 (or 0x001E69) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 69. RGB value is (0,30,105). Sum of RGB (Red+Green+Blue) = 0+30+105=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #001E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E69 is #FFE196. Grayscale: #1D1D1D. Windows color (decimal): -16769431 or 6888960. OLE color: 6888960.

HSL color Cylindrical-coordinate representation of color #001E69: hue angle of 222.86º 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 #001E69 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB030105-
CMYK10.7100.59
HSL222.86º100%20.59%-
HSV(B)222.86º100%41.18%-
XYZ3.011.9513.58-
YUV29.58170.56106.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 105 (41.41% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal03010510.7100.59222.8610020.59
Hex01E69644703Bdf6415
Octal03615114410707333714425
Binary011110110100111001001000111011101111011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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