Html Css Color HEX #062070 Sapphire

📋 copy color: '#062070'

red 6 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #062070

Tints of Sapphire #062070

RGB

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

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

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

R = 4%
G = 21.33%
B = 74.67%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062070 (or 0x062070) is known color: Sapphire. HEX triplet: 06, 20 and 70. RGB value is (6,32,112). Sum of RGB (Red+Green+Blue) = 6+32+112=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #062070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062070 is #F9DF8F. Grayscale: #212121. Windows color (decimal): -16375696 or 7348230. OLE color: 7348230.

HSL color Cylindrical-coordinate representation of color #062070: hue angle of 225.28º 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 #062070 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 32 112 -
CMYK 0.95 0.71 0 0.56
HSL 225.28º 0.9% 0.23% -
HSV(B) 225.28º 0.95% 0.44% -
XYZ 3.52 2.24 15.58 -
YUV 33.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 6 32 112 0.95 0.71 0 0.56 225.28 0.9 0.23
Hex 6 20 70 5F 47 0 38 E1 5A 17
Octal 6 40 160 137 107 0 70 341 132 27
Binary 110 100000 1110000 1011111 1000111 0 111000 11100001 1011010 10111

Color Harmonies of #062070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062070

Black with #062070

Text Example


Text Example

White with #062070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062070; }

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

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

background-color css

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

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

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

border-color css

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

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

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