#061954

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

Shades of Sapphire #061954

Tints of Sapphire #061954

Color information

#061954 (or 0x061954) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 54. RGB value is (6,25,84). Sum of RGB (Red+Green+Blue) = 6+25+84=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #061954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061954 is #F9E6AB. Grayscale: #191919. Windows color (decimal): -16377516 or 5511430. OLE color: 5511430.

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

Color convert

RGB62584-
CMYK0.930.7000.67
HSL225.38º86.67%17.65%-
HSV(B)225.38º92.86%32.94%-
XYZ2.021.378.55-
YUV26.04160.71113.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 84 (33.20% from 255) = 73.04%
R=5.22%
G=21.74%
B=73.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal625840.930.7000.67225.3886.6717.65
Hex619545D46043e15712
Octal631124135106010334112722
Binary110110011010100101110110001100100001111100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061954; }

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

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

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

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

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

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

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

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