Html Css Color HEX #001976 Sapphire

📋 copy color: '#001976'

red 0 ◦ green 25 ◦ blue 118

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

Shades of Sapphire #001976

Tints of Sapphire #001976

RGB

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

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

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

R = 0%
G = 17.48%
B = 82.52%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001976 (or 0x001976) is known color: Sapphire. HEX triplet: 00, 19 and 76. RGB value is (0,25,118). Sum of RGB (Red+Green+Blue) = 0+25+118=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #001976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001976 is #FFE689. Grayscale: #1B1B1B. Windows color (decimal): -16770698 or 7739648. OLE color: 7739648.

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

Color convert

RGB 0 25 118 -
CMYK 1 0.79 0 0.54
HSL 227.29º 1% 0.23% -
HSV(B) 227.29º 1% 0.46% -
XYZ 3.62 2 17.34 -
YUV 28.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 0 25 118 1 0.79 0 0.54 227.29 1 0.23
Hex 0 19 76 64 4F 0 36 E3 64 17
Octal 0 31 166 144 117 0 66 343 144 27
Binary 0 11001 1110110 1100100 1001111 0 110110 11100011 1100100 10111

Color Harmonies of #001976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001976

Black with #001976

Text Example


Text Example

White with #001976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001976; }

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

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

background-color css

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

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

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

border-color css

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

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

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