Html Css Color HEX #002071 Sapphire

📋 copy color: '#002071'

red 0 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #002071

Tints of Sapphire #002071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 113 (44.53% from 255) = 77.93%

R = 0%
G = 22.07%
B = 77.93%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002071 (or 0x002071) is known color: Sapphire. HEX triplet: 00, 20 and 71. RGB value is (0,32,113). Sum of RGB (Red+Green+Blue) = 0+32+113=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #002071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002071 is #FFDF8E. Grayscale: #1F1F1F. Windows color (decimal): -16768911 or 7413760. OLE color: 7413760.

HSL color Cylindrical-coordinate representation of color #002071: hue angle of 223.01º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002071 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 32 113 -
CMYK 1 0.72 0 0.56
HSL 223.01º 1% 0.22% -
HSV(B) 223.01º 1% 0.44% -
XYZ 3.5 2.23 15.87 -
YUV 31.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 0 32 113 1 0.72 0 0.56 223.01 1 0.22
Hex 0 20 71 64 48 0 38 DF 64 16
Octal 0 40 161 144 110 0 70 337 144 26
Binary 0 100000 1110001 1100100 1001000 0 111000 11011111 1100100 10110

Color Harmonies of #002071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002071

Black with #002071

Text Example


Text Example

White with #002071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002071; }

 p { color: rgb(0,32,113); }

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

background-color css

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

 a { background-color: rgb(0,32,113); }

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

border-color css

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

 span { border-color: rgb(0,32,113); }

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