Html Css Color HEX #062971 Sapphire

📋 copy color: '#062971'

red 6 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #062971

Tints of Sapphire #062971

RGB

 RED value IS 6 (2.73% from 255) = 3.75%

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

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

R = 3.75%
G = 25.63%
B = 70.63%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062971 (or 0x062971) is known color: Sapphire. HEX triplet: 06, 29 and 71. RGB value is (6,41,113). Sum of RGB (Red+Green+Blue) = 6+41+113=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #062971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062971 is #F9D68E. Grayscale: #262626. Windows color (decimal): -16373391 or 7416070. OLE color: 7416070.

HSL color Cylindrical-coordinate representation of color #062971: hue angle of 220.37º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062971 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 41 113 -
CMYK 0.95 0.64 0 0.56
HSL 220.37º 0.9% 0.23% -
HSV(B) 220.37º 0.95% 0.44% -
XYZ 3.85 2.82 15.96 -
YUV 38.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 6 41 113 0.95 0.64 0 0.56 220.37 0.9 0.23
Hex 6 29 71 5F 40 0 38 DC 5A 17
Octal 6 51 161 137 100 0 70 334 132 27
Binary 110 101001 1110001 1011111 1000000 0 111000 11011100 1011010 10111

Color Harmonies of #062971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062971

Black with #062971

Text Example


Text Example

White with #062971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062971; }

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

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

background-color css

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

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

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

border-color css

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

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

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