#062854

Color #062854 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062854

Tints of Sapphire #062854

Color information

#062854 (or 0x062854) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 54. RGB value is (6,40,84). Sum of RGB (Red+Green+Blue) = 6+40+84=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #062854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062854 is #F9D7AB. Grayscale: #222222. Windows color (decimal): -16373676 or 5515270. OLE color: 5515270.

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

Color convert

RGB64084-
CMYK0.930.5200.67
HSL213.85º86.67%17.65%-
HSV(B)213.85º92.86%32.94%-
XYZ2.432.28.68-
YUV34.85155.74107.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=4.62%
G=30.77%
B=64.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal640840.930.5200.67213.8586.6717.65
Hex628545D34043d65712
Octal65012413564010332612722
Binary110101000101010010111011101000100001111010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062854; }

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

 H1.HeaderClassName
 {
   color: #062854;
 }
 .AnyTagClassName
 {
   color: #062854;
 }
</style>
background-color css

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

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

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

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

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

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