Html Css Color HEX #062059 Sapphire

📋 copy color: '#062059'

red 6 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #062059

Tints of Sapphire #062059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 70.08%

R = 4.72%
G = 25.2%
B = 70.08%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#062059 (or 0x062059) is known color: Sapphire. HEX triplet: 06, 20 and 59. RGB value is (6,32,89). Sum of RGB (Red+Green+Blue) = 6+32+89=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #062059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062059 is #F9DFA6. Grayscale: #1E1E1E. Windows color (decimal): -16375719 or 5840902. OLE color: 5840902.

HSL color Cylindrical-coordinate representation of color #062059: hue angle of 221.2º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062059 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 32 89 -
CMYK 0.93 0.64 0 0.65
HSL 221.2º 0.87% 0.19% -
HSV(B) 221.2º 0.93% 0.35% -
XYZ 2.39 1.79 9.67 -
YUV 30.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 6 32 89 0.93 0.64 0 0.65 221.2 0.87 0.19
Hex 6 20 59 5D 40 0 41 DD 57 13
Octal 6 40 131 135 100 0 101 335 127 23
Binary 110 100000 1011001 1011101 1000000 0 1000001 11011101 1010111 10011

Color Harmonies of #062059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062059

Black with #062059

Text Example


Text Example

White with #062059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062059; }

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

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

background-color css

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

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

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

border-color css

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

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

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