Html Css Color HEX #062071 Sapphire

📋 copy color: '#062071'

red 6 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #062071

Tints of Sapphire #062071

RGB

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

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

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

R = 3.97%
G = 21.19%
B = 74.83%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062071 (or 0x062071) is known color: Sapphire. HEX triplet: 06, 20 and 71. RGB value is (6,32,113). Sum of RGB (Red+Green+Blue) = 6+32+113=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #062071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062071 is #F9DF8E. Grayscale: #212121. Windows color (decimal): -16375695 or 7413766. OLE color: 7413766.

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

Color convert

RGB 6 32 113 -
CMYK 0.95 0.72 0 0.56
HSL 225.42º 0.9% 0.23% -
HSV(B) 225.42º 0.95% 0.44% -
XYZ 3.57 2.26 15.87 -
YUV 33.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 6 32 113 0.95 0.72 0 0.56 225.42 0.9 0.23
Hex 6 20 71 5F 48 0 38 E1 5A 17
Octal 6 40 161 137 110 0 70 341 132 27
Binary 110 100000 1110001 1011111 1001000 0 111000 11100001 1011010 10111

Color Harmonies of #062071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062071

Black with #062071

Text Example


Text Example

White with #062071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062071; }

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

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

background-color css

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

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

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

border-color css

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

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

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