Html Css Color HEX #062052 Sapphire

📋 copy color: '#062052'

red 6 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #062052

Tints of Sapphire #062052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.33%

R = 5%
G = 26.67%
B = 68.33%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#062052 (or 0x062052) is known color: Sapphire. HEX triplet: 06, 20 and 52. RGB value is (6,32,82). Sum of RGB (Red+Green+Blue) = 6+32+82=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #062052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062052 is #F9DFAD. Grayscale: #1D1D1D. Windows color (decimal): -16375726 or 5382150. OLE color: 5382150.

HSL color Cylindrical-coordinate representation of color #062052: hue angle of 219.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062052 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 32 82 -
CMYK 0.93 0.61 0 0.68
HSL 219.47º 0.86% 0.17% -
HSV(B) 219.47º 0.93% 0.32% -
XYZ 2.11 1.68 8.2 -
YUV 29.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 6 32 82 0.93 0.61 0 0.68 219.47 0.86 0.17
Hex 6 20 52 5D 3D 0 44 DB 56 11
Octal 6 40 122 135 75 0 104 333 126 21
Binary 110 100000 1010010 1011101 111101 0 1000100 11011011 1010110 10001

Color Harmonies of #062052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062052

Black with #062052

Text Example


Text Example

White with #062052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062052; }

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

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

background-color css

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

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

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

border-color css

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

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

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