Html Css Color HEX #062256 Sapphire

📋 copy color: '#062256'

red 6 ◦ green 34 ◦ blue 86

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

Shades of Sapphire #062256

Tints of Sapphire #062256

RGB

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

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

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

R = 4.76%
G = 26.98%
B = 68.25%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062256 (or 0x062256) is known color: Sapphire. HEX triplet: 06, 22 and 56. RGB value is (6,34,86). Sum of RGB (Red+Green+Blue) = 6+34+86=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #062256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062256 is #F9DDA9. Grayscale: #1F1F1F. Windows color (decimal): -16375210 or 5644806. OLE color: 5644806.

HSL color Cylindrical-coordinate representation of color #062256: hue angle of 219º 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 #062256 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 34 86 -
CMYK 0.93 0.60 0 0.66
HSL 219º 0.87% 0.18% -
HSV(B) 219º 0.93% 0.34% -
XYZ 2.33 1.85 9.04 -
YUV 31.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 6 34 86 0.93 0.60 0 0.66 219 0.87 0.18
Hex 6 22 56 5D 3C 0 42 DB 57 12
Octal 6 42 126 135 74 0 102 333 127 22
Binary 110 100010 1010110 1011101 111100 0 1000010 11011011 1010111 10010

Color Harmonies of #062256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062256

Black with #062256

Text Example


Text Example

White with #062256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062256; }

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

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

background-color css

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

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

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

border-color css

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

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

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