Html Css Color HEX #062560 Sapphire

📋 copy color: '#062560'

red 6 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #062560

Tints of Sapphire #062560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 4.32%
G = 26.62%
B = 69.06%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062560 (or 0x062560) is known color: Sapphire. HEX triplet: 06, 25 and 60. RGB value is (6,37,96). Sum of RGB (Red+Green+Blue) = 6+37+96=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #062560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062560 is #F9DA9F. Grayscale: #222222. Windows color (decimal): -16374432 or 6300934. OLE color: 6300934.

HSL color Cylindrical-coordinate representation of color #062560: hue angle of 219.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062560 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 37 96 -
CMYK 0.94 0.61 0 0.62
HSL 219.33º 0.88% 0.2% -
HSV(B) 219.33º 0.94% 0.38% -
XYZ 2.85 2.21 11.34 -
YUV 34.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 6 37 96 0.94 0.61 0 0.62 219.33 0.88 0.2
Hex 6 25 60 5E 3D 0 3E DB 58 14
Octal 6 45 140 136 75 0 76 333 130 24
Binary 110 100101 1100000 1011110 111101 0 111110 11011011 1011000 10100

Color Harmonies of #062560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062560

Black with #062560

Text Example


Text Example

White with #062560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062560; }

 p { color: rgb(6,37,96); }

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

background-color css

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

 a { background-color: rgb(6,37,96); }

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

border-color css

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

 span { border-color: rgb(6,37,96); }

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