Html Css Color HEX #062047 Sapphire

📋 copy color: '#062047'

red 6 ◦ green 32 ◦ blue 71

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

Shades of Sapphire #062047

Tints of Sapphire #062047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 65.14%

R = 5.5%
G = 29.36%
B = 65.14%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062047 (or 0x062047) is known color: Sapphire. HEX triplet: 06, 20 and 47. RGB value is (6,32,71). Sum of RGB (Red+Green+Blue) = 6+32+71=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #062047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062047 is #F9DFB8. Grayscale: #1C1C1C. Windows color (decimal): -16375737 or 4661254. OLE color: 4661254.

HSL color Cylindrical-coordinate representation of color #062047: hue angle of 216º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062047 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 32 71 -
CMYK 0.92 0.55 0 0.72
HSL 216º 0.84% 0.15% -
HSV(B) 216º 0.92% 0.28% -
XYZ 1.73 1.53 6.16 -
YUV 28.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 6 32 71 0.92 0.55 0 0.72 216 0.84 0.15
Hex 6 20 47 5C 37 0 48 D8 54 F
Octal 6 40 107 134 67 0 110 330 124 17
Binary 110 100000 1000111 1011100 110111 0 1001000 11011000 1010100 1111

Color Harmonies of #062047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062047

Black with #062047

Text Example


Text Example

White with #062047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062047; }

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

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

background-color css

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

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

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

border-color css

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

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

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