Html Css Color HEX #062170 Sapphire

📋 copy color: '#062170'

red 6 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #062170

Tints of Sapphire #062170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 3.97%
G = 21.85%
B = 74.17%

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

#062170 (or 0x062170) is known color: Sapphire. HEX triplet: 06, 21 and 70. RGB value is (6,33,112). Sum of RGB (Red+Green+Blue) = 6+33+112=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #062170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062170 is #F9DE8F. Grayscale: #212121. Windows color (decimal): -16375440 or 7348486. OLE color: 7348486.

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

Color convert

RGB 6 33 112 -
CMYK 0.95 0.71 0 0.56
HSL 224.72º 0.9% 0.23% -
HSV(B) 224.72º 0.95% 0.44% -
XYZ 3.54 2.3 15.59 -
YUV 33.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 6 33 112 0.95 0.71 0 0.56 224.72 0.9 0.23
Hex 6 21 70 5F 47 0 38 E1 5A 17
Octal 6 41 160 137 107 0 70 341 132 27
Binary 110 100001 1110000 1011111 1000111 0 111000 11100001 1011010 10111

Color Harmonies of #062170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062170

Black with #062170

Text Example


Text Example

White with #062170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062170; }

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

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

background-color css

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

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

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

border-color css

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

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

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