Html Css Color HEX #062656 Sapphire

📋 copy color: '#062656'

red 6 ◦ green 38 ◦ blue 86

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

Shades of Sapphire #062656

Tints of Sapphire #062656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

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

R = 4.62%
G = 29.23%
B = 66.15%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#062656 (or 0x062656) is known color: Sapphire. HEX triplet: 06, 26 and 56. RGB value is (6,38,86). Sum of RGB (Red+Green+Blue) = 6+38+86=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #062656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062656 is #F9D9A9. Grayscale: #212121. Windows color (decimal): -16374186 or 5645830. OLE color: 5645830.

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

Color convert

RGB 6 38 86 -
CMYK 0.93 0.56 0 0.66
HSL 216º 0.87% 0.18% -
HSV(B) 216º 0.93% 0.34% -
XYZ 2.45 2.1 9.08 -
YUV 33.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 6 38 86 0.93 0.56 0 0.66 216 0.87 0.18
Hex 6 26 56 5D 38 0 42 D8 57 12
Octal 6 46 126 135 70 0 102 330 127 22
Binary 110 100110 1010110 1011101 111000 0 1000010 11011000 1010111 10010

Color Harmonies of #062656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062656

Black with #062656

Text Example


Text Example

White with #062656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062656; }

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

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

background-color css

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

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

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

border-color css

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

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

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