Html Css Color HEX #062056 Sapphire

📋 copy color: '#062056'

red 6 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #062056

Tints of Sapphire #062056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 69.35%

R = 4.84%
G = 25.81%
B = 69.35%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062056 (or 0x062056) is known color: Sapphire. HEX triplet: 06, 20 and 56. RGB value is (6,32,86). Sum of RGB (Red+Green+Blue) = 6+32+86=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #062056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062056 is #F9DFA9. Grayscale: #1E1E1E. Windows color (decimal): -16375722 or 5644294. OLE color: 5644294.

HSL color Cylindrical-coordinate representation of color #062056: hue angle of 220.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062056 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 32 86 -
CMYK 0.93 0.63 0 0.66
HSL 220.5º 0.87% 0.18% -
HSV(B) 220.5º 0.93% 0.34% -
XYZ 2.27 1.74 9.02 -
YUV 30.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 6 32 86 0.93 0.63 0 0.66 220.5 0.87 0.18
Hex 6 20 56 5D 3F 0 42 DC 57 12
Octal 6 40 126 135 77 0 102 334 127 22
Binary 110 100000 1010110 1011101 111111 0 1000010 11011100 1010111 10010

Color Harmonies of #062056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062056

Black with #062056

Text Example


Text Example

White with #062056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062056; }

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

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

background-color css

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

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

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

border-color css

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

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

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