Html Css Color HEX #001E57 Sapphire

📋 copy color: '#001E57'

red 0 ◦ green 30 ◦ blue 87

#001E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #001E57

Tints of Sapphire #001E57

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 25.64%

 BLUE value IS 87 (34.38% from 255) = 74.36%

R = 0%
G = 25.64%
B = 74.36%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001E57 (or 0x001E57) is known color: Sapphire. HEX triplet: 00, 1E and 57. RGB value is (0,30,87). Sum of RGB (Red+Green+Blue) = 0+30+87=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 87 (34.38% from 255 or 74.36% from 117); Max value from RGB is 87 - color contains mainly: blue. Hex color #001E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E57 is #FFE1A8. Grayscale: #1B1B1B. Windows color (decimal): -16769449 or 5709312. OLE color: 5709312.

HSL color Cylindrical-coordinate representation of color #001E57: hue angle of 219.31º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E57 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 30 87 -
CMYK 1 0.66 0 0.66
HSL 219.31º 1% 0.17% -
HSV(B) 219.31º 1% 0.34% -
XYZ 2.18 1.62 9.21 -
YUV 27.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 0 30 87 1 0.66 0 0.66 219.31 1 0.17
Hex 0 1E 57 64 42 0 42 DB 64 11
Octal 0 36 127 144 102 0 102 333 144 21
Binary 0 11110 1010111 1100100 1000010 0 1000010 11011011 1100100 10001

Color Harmonies of #001E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E57

Black with #001E57

Text Example


Text Example

White with #001E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001E57;
 }
 .AnyTagClassName
 {
   color: #001E57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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