Html Css Color HEX #002971 Sapphire

📋 copy color: '#002971'

red 0 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #002971

Tints of Sapphire #002971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

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

R = 0%
G = 26.62%
B = 73.38%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002971 (or 0x002971) is known color: Sapphire. HEX triplet: 00, 29 and 71. RGB value is (0,41,113). Sum of RGB (Red+Green+Blue) = 0+41+113=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #002971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002971 is #FFD68E. Grayscale: #242424. Windows color (decimal): -16766607 or 7416064. OLE color: 7416064.

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

Color convert

RGB 0 41 113 -
CMYK 1 0.64 0 0.56
HSL 218.23º 1% 0.22% -
HSV(B) 218.23º 1% 0.44% -
XYZ 3.77 2.78 15.96 -
YUV 36.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 0 41 113 1 0.64 0 0.56 218.23 1 0.22
Hex 0 29 71 64 40 0 38 DA 64 16
Octal 0 51 161 144 100 0 70 332 144 26
Binary 0 101001 1110001 1100100 1000000 0 111000 11011010 1100100 10110

Color Harmonies of #002971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002971

Black with #002971

Text Example


Text Example

White with #002971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002971; }

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

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

background-color css

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

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

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

border-color css

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

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

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