Html Css Color HEX #062370 Sapphire

📋 copy color: '#062370'

red 6 ◦ green 35 ◦ blue 112

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

Shades of Sapphire #062370

Tints of Sapphire #062370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 3.92%
G = 22.88%
B = 73.2%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#062370 (or 0x062370) is known color: Sapphire. HEX triplet: 06, 23 and 70. RGB value is (6,35,112). Sum of RGB (Red+Green+Blue) = 6+35+112=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #062370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062370 is #F9DC8F. Grayscale: #222222. Windows color (decimal): -16374928 or 7348998. OLE color: 7348998.

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

Color convert

RGB 6 35 112 -
CMYK 0.95 0.69 0 0.56
HSL 223.58º 0.9% 0.23% -
HSV(B) 223.58º 0.95% 0.44% -
XYZ 3.6 2.41 15.6 -
YUV 35.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 6 35 112 0.95 0.69 0 0.56 223.58 0.9 0.23
Hex 6 23 70 5F 45 0 38 E0 5A 17
Octal 6 43 160 137 105 0 70 340 132 27
Binary 110 100011 1110000 1011111 1000101 0 111000 11100000 1011010 10111

Color Harmonies of #062370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062370

Black with #062370

Text Example


Text Example

White with #062370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062370; }

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

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

background-color css

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

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

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

border-color css

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

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

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