Html Css Color HEX #001E76 Sapphire

📋 copy color: '#001E76'

red 0 ◦ green 30 ◦ blue 118

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

Shades of Sapphire #001E76

Tints of Sapphire #001E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 79.73%

R = 0%
G = 20.27%
B = 79.73%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001E76 (or 0x001E76) is known color: Sapphire. HEX triplet: 00, 1E and 76. RGB value is (0,30,118). Sum of RGB (Red+Green+Blue) = 0+30+118=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #001E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E76 is #FFE189. Grayscale: #1E1E1E. Windows color (decimal): -16769418 or 7740928. OLE color: 7740928.

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

Color convert

RGB 0 30 118 -
CMYK 1 0.75 0 0.54
HSL 224.75º 1% 0.23% -
HSV(B) 224.75º 1% 0.46% -
XYZ 3.73 2.24 17.37 -
YUV 31.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 0 30 118 1 0.75 0 0.54 224.75 1 0.23
Hex 0 1E 76 64 4B 0 36 E1 64 17
Octal 0 36 166 144 113 0 66 341 144 27
Binary 0 11110 1110110 1100100 1001011 0 110110 11100001 1100100 10111

Color Harmonies of #001E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E76

Black with #001E76

Text Example


Text Example

White with #001E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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