Html Css Color HEX #001E77 Sapphire

📋 copy color: '#001E77'

red 0 ◦ green 30 ◦ blue 119

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

Shades of Sapphire #001E77

Tints of Sapphire #001E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 79.87%

R = 0%
G = 20.13%
B = 79.87%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001E77 (or 0x001E77) is known color: Sapphire. HEX triplet: 00, 1E and 77. RGB value is (0,30,119). Sum of RGB (Red+Green+Blue) = 0+30+119=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #001E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E77 is #FFE188. Grayscale: #1E1E1E. Windows color (decimal): -16769417 or 7806464. OLE color: 7806464.

HSL color Cylindrical-coordinate representation of color #001E77: hue angle of 224.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E77 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 30 119 -
CMYK 1 0.75 0 0.53
HSL 224.87º 1% 0.23% -
HSV(B) 224.87º 1% 0.47% -
XYZ 3.79 2.26 17.69 -
YUV 31.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 0 30 119 1 0.75 0 0.53 224.87 1 0.23
Hex 0 1E 77 64 4B 0 35 E1 64 17
Octal 0 36 167 144 113 0 65 341 144 27
Binary 0 11110 1110111 1100100 1001011 0 110101 11100001 1100100 10111

Color Harmonies of #001E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E77

Black with #001E77

Text Example


Text Example

White with #001E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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