Html Css Color HEX #062050 Sapphire

📋 copy color: '#062050'

red 6 ◦ green 32 ◦ blue 80

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

Shades of Sapphire #062050

Tints of Sapphire #062050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 67.8%

R = 5.08%
G = 27.12%
B = 67.8%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#062050 (or 0x062050) is known color: Sapphire. HEX triplet: 06, 20 and 50. RGB value is (6,32,80). Sum of RGB (Red+Green+Blue) = 6+32+80=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #062050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062050 is #F9DFAF. Grayscale: #1D1D1D. Windows color (decimal): -16375728 or 5251078. OLE color: 5251078.

HSL color Cylindrical-coordinate representation of color #062050: hue angle of 218.92º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062050 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 32 80 -
CMYK 0.92 0.60 0 0.69
HSL 218.92º 0.86% 0.17% -
HSV(B) 218.92º 0.93% 0.31% -
XYZ 2.04 1.65 7.8 -
YUV 29.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 6 32 80 0.92 0.60 0 0.69 218.92 0.86 0.17
Hex 6 20 50 5C 3C 0 45 DB 56 11
Octal 6 40 120 134 74 0 105 333 126 21
Binary 110 100000 1010000 1011100 111100 0 1000101 11011011 1010110 10001

Color Harmonies of #062050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062050

Black with #062050

Text Example


Text Example

White with #062050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062050; }

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

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

background-color css

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

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

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

border-color css

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

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

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