Html Css Color HEX #001977 Sapphire

📋 copy color: '#001977'

red 0 ◦ green 25 ◦ blue 119

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

Shades of Sapphire #001977

Tints of Sapphire #001977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 0%
G = 17.36%
B = 82.64%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001977 (or 0x001977) is known color: Sapphire. HEX triplet: 00, 19 and 77. RGB value is (0,25,119). Sum of RGB (Red+Green+Blue) = 0+25+119=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #001977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001977 is #FFE688. Grayscale: #1B1B1B. Windows color (decimal): -16770697 or 7805184. OLE color: 7805184.

HSL color Cylindrical-coordinate representation of color #001977: hue angle of 227.39º 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 #001977 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 25 119 -
CMYK 1 0.79 0 0.53
HSL 227.4º 1% 0.23% -
HSV(B) 227.4º 1% 0.47% -
XYZ 3.68 2.03 17.65 -
YUV 28.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 0 25 119 1 0.79 0 0.53 227.4 1 0.23
Hex 0 19 77 64 4F 0 35 E3 64 17
Octal 0 31 167 144 117 0 65 343 144 27
Binary 0 11001 1110111 1100100 1001111 0 110101 11100011 1100100 10111

Color Harmonies of #001977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001977

Black with #001977

Text Example


Text Example

White with #001977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001977; }

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

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

background-color css

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

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

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

border-color css

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

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

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