#061E4F

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

Shades of Sapphire #061E4F

Tints of Sapphire #061E4F

Color information

#061E4F (or 0x061E4F) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 4F. RGB value is (6,30,79). Sum of RGB (Red+Green+Blue) = 6+30+79=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #061E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E4F is #F9E1B0. Grayscale: #1C1C1C. Windows color (decimal): -16376241 or 5185030. OLE color: 5185030.

HSL color Cylindrical-coordinate representation of color #061E4F: hue angle of 220.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061E4F is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63079-
CMYK0.920.6200.69
HSL220.27º85.88%16.67%-
HSV(B)220.27º92.41%30.98%-
XYZ1.951.537.59-
YUV28.41156.55112.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=5.22%
G=26.09%
B=68.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal630790.920.6200.69220.2785.8816.67
Hex61E4F5C3E045dc5611
Octal63611713476010533412621
Binary11011110100111110111001111100100010111011100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E4F; }

 p { color: rgb(6,30,79); }

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

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

 a { background-color: rgb(6,30,79); }

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

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

 span { border-color: rgb(6,30,79); }

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