Html Css Color HEX #062856 Sapphire

📋 copy color: '#062856'

red 6 ◦ green 40 ◦ blue 86

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

Shades of Sapphire #062856

Tints of Sapphire #062856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

 BLUE value IS 86 (33.98% from 255) = 65.15%

R = 4.55%
G = 30.3%
B = 65.15%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062856 (or 0x062856) is known color: Sapphire. HEX triplet: 06, 28 and 56. RGB value is (6,40,86). Sum of RGB (Red+Green+Blue) = 6+40+86=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #062856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062856 is #F9D7A9. Grayscale: #222222. Windows color (decimal): -16373674 or 5646342. OLE color: 5646342.

HSL color Cylindrical-coordinate representation of color #062856: hue angle of 214.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062856 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 40 86 -
CMYK 0.93 0.53 0 0.66
HSL 214.5º 0.87% 0.18% -
HSV(B) 214.5º 0.93% 0.34% -
XYZ 2.51 2.23 9.1 -
YUV 35.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 6 40 86 0.93 0.53 0 0.66 214.5 0.87 0.18
Hex 6 28 56 5D 35 0 42 D6 57 12
Octal 6 50 126 135 65 0 102 326 127 22
Binary 110 101000 1010110 1011101 110101 0 1000010 11010110 1010111 10010

Color Harmonies of #062856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062856

Black with #062856

Text Example


Text Example

White with #062856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062856; }

 p { color: rgb(6,40,86); }

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

background-color css

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

 a { background-color: rgb(6,40,86); }

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

border-color css

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

 span { border-color: rgb(6,40,86); }

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