Html Css Color HEX #062970 Sapphire

📋 copy color: '#062970'

red 6 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #062970

Tints of Sapphire #062970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

 BLUE value IS 112 (44.14% from 255) = 70.44%

R = 3.77%
G = 25.79%
B = 70.44%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062970 (or 0x062970) is known color: Sapphire. HEX triplet: 06, 29 and 70. RGB value is (6,41,112). Sum of RGB (Red+Green+Blue) = 6+41+112=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #062970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062970 is #F9D68F. Grayscale: #262626. Windows color (decimal): -16373392 or 7350534. OLE color: 7350534.

HSL color Cylindrical-coordinate representation of color #062970: hue angle of 220.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062970 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 41 112 -
CMYK 0.95 0.63 0 0.56
HSL 220.19º 0.9% 0.23% -
HSV(B) 220.19º 0.95% 0.44% -
XYZ 3.79 2.79 15.67 -
YUV 38.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 6 41 112 0.95 0.63 0 0.56 220.19 0.9 0.23
Hex 6 29 70 5F 3F 0 38 DC 5A 17
Octal 6 51 160 137 77 0 70 334 132 27
Binary 110 101001 1110000 1011111 111111 0 111000 11011100 1011010 10111

Color Harmonies of #062970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062970

Black with #062970

Text Example


Text Example

White with #062970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062970; }

 p { color: rgb(6,41,112); }

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

background-color css

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

 a { background-color: rgb(6,41,112); }

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

border-color css

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

 span { border-color: rgb(6,41,112); }

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