Html Css Color HEX #062270 Sapphire

📋 copy color: '#062270'

red 6 ◦ green 34 ◦ blue 112

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

Shades of Sapphire #062270

Tints of Sapphire #062270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 3.95%
G = 22.37%
B = 73.68%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062270 (or 0x062270) is known color: Sapphire. HEX triplet: 06, 22 and 70. RGB value is (6,34,112). Sum of RGB (Red+Green+Blue) = 6+34+112=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #062270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062270 is #F9DD8F. Grayscale: #222222. Windows color (decimal): -16375184 or 7348742. OLE color: 7348742.

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

Color convert

RGB 6 34 112 -
CMYK 0.95 0.70 0 0.56
HSL 224.15º 0.9% 0.23% -
HSV(B) 224.15º 0.95% 0.44% -
XYZ 3.57 2.35 15.6 -
YUV 34.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 6 34 112 0.95 0.70 0 0.56 224.15 0.9 0.23
Hex 6 22 70 5F 46 0 38 E0 5A 17
Octal 6 42 160 137 106 0 70 340 132 27
Binary 110 100010 1110000 1011111 1000110 0 111000 11100000 1011010 10111

Color Harmonies of #062270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062270

Black with #062270

Text Example


Text Example

White with #062270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062270; }

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

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

background-color css

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

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

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

border-color css

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

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

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