#001E6B

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

Shades of Sapphire #001E6B

Tints of Sapphire #001E6B

Color information

#001E6B (or 0x001E6B) is unknown color: approx Sapphire. HEX triplet: 00, 1E and 6B. RGB value is (0,30,107). Sum of RGB (Red+Green+Blue) = 0+30+107=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #001E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E6B is #FFE194. Grayscale: #1D1D1D. Windows color (decimal): -16769429 or 7020032. OLE color: 7020032.

HSL color Cylindrical-coordinate representation of color #001E6B: hue angle of 223.18º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E6B is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB030107-
CMYK10.7200.58
HSL223.18º100%20.98%-
HSV(B)223.18º100%41.96%-
XYZ3.121.9914.13-
YUV29.81171.56106.74-

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) = 21.90%
BLUE value IS 107 (42.19% from 255) = 78.10%
R=0%
G=21.90%
B=78.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal03010710.7200.58223.1810020.98
Hex01E6B644803Adf6415
Octal03615314411007233714425
Binary011110110101111001001001000011101011011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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