#061754

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

Shades of Sapphire #061754

Tints of Sapphire #061754

Color information

#061754 (or 0x061754) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 54. RGB value is (6,23,84). Sum of RGB (Red+Green+Blue) = 6+23+84=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #061754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061754 is #F9E8AB. Grayscale: #181818. Windows color (decimal): -16378028 or 5510918. OLE color: 5510918.

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

Color convert

RGB62384-
CMYK0.930.7300.67
HSL226.92º86.67%17.65%-
HSV(B)226.92º92.86%32.94%-
XYZ1.981.298.53-
YUV24.87161.37114.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 84 (33.20% from 255) = 74.34%
R=5.31%
G=20.35%
B=74.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal623840.930.7300.67226.9286.6717.65
Hex617545D49043e35712
Octal627124135111010334312722
Binary110101111010100101110110010010100001111100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061754; }

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

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

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

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

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

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

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

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