#061854

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

Shades of Sapphire #061854

Tints of Sapphire #061854

Color information

#061854 (or 0x061854) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 54. RGB value is (6,24,84). Sum of RGB (Red+Green+Blue) = 6+24+84=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #061854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061854 is #F9E7AB. Grayscale: #191919. Windows color (decimal): -16377772 or 5511174. OLE color: 5511174.

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

Color convert

RGB62484-
CMYK0.930.7100.67
HSL226.15º86.67%17.65%-
HSV(B)226.15º92.86%32.94%-
XYZ21.338.54-
YUV25.46161.04114.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 84 (33.20% from 255) = 73.68%
R=5.26%
G=21.05%
B=73.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal624840.930.7100.67226.1586.6717.65
Hex618545D47043e25712
Octal630124135107010334212722
Binary110110001010100101110110001110100001111100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061854; }

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

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

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

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

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

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

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

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