Html Css Color HEX #062077 Sapphire

📋 copy color: '#062077'

red 6 ◦ green 32 ◦ blue 119

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

Shades of Sapphire #062077

Tints of Sapphire #062077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 75.8%

R = 3.82%
G = 20.38%
B = 75.8%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#062077 (or 0x062077) is known color: Sapphire. HEX triplet: 06, 20 and 77. RGB value is (6,32,119). Sum of RGB (Red+Green+Blue) = 6+32+119=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #062077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062077 is #F9DF88. Grayscale: #212121. Windows color (decimal): -16375689 or 7806982. OLE color: 7806982.

HSL color Cylindrical-coordinate representation of color #062077: hue angle of 226.19º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062077 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 32 119 -
CMYK 0.95 0.73 0 0.53
HSL 226.19º 0.9% 0.25% -
HSV(B) 226.19º 0.95% 0.47% -
XYZ 3.92 2.4 17.71 -
YUV 34.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 6 32 119 0.95 0.73 0 0.53 226.19 0.9 0.25
Hex 6 20 77 5F 49 0 35 E2 5A 19
Octal 6 40 167 137 111 0 65 342 132 31
Binary 110 100000 1110111 1011111 1001001 0 110101 11100010 1011010 11001

Color Harmonies of #062077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062077

Black with #062077

Text Example


Text Example

White with #062077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062077; }

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

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

background-color css

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

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

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

border-color css

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

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

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