#061975

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

Shades of Sapphire #061975

Tints of Sapphire #061975

Color information

#061975 (or 0x061975) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 75. RGB value is (6,25,117). Sum of RGB (Red+Green+Blue) = 6+25+117=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #061975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061975 is #F9E68A. Grayscale: #1D1D1D. Windows color (decimal): -16377483 or 7674118. OLE color: 7674118.

HSL color Cylindrical-coordinate representation of color #061975: hue angle of 229.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061975 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB625117-
CMYK0.950.7900.54
HSL229.73º90.24%24.12%-
HSV(B)229.73º94.87%45.88%-
XYZ3.632.0217.03-
YUV29.81177.21111.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 117 (46.09% from 255) = 79.05%
R=4.05%
G=16.89%
B=79.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6251170.950.7900.54229.7390.2424.12
Hex619755F4F036e65a18
Octal63116513711706634613230
Binary11011001111010110111111001111011011011100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061975; }

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

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

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

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

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

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

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

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