#061D75

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

Shades of Sapphire #061D75

Tints of Sapphire #061D75

Color information

#061D75 (or 0x061D75) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 75. RGB value is (6,29,117). Sum of RGB (Red+Green+Blue) = 6+29+117=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #061D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D75 is #F9E28A. Grayscale: #1F1F1F. Windows color (decimal): -16376459 or 7675142. OLE color: 7675142.

HSL color Cylindrical-coordinate representation of color #061D75: hue angle of 227.57º 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 #061D75 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB629117-
CMYK0.950.7500.54
HSL227.57º90.24%24.12%-
HSV(B)227.57º94.87%45.88%-
XYZ3.732.217.06-
YUV32.16175.88109.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=3.95%
G=19.08%
B=76.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6291170.950.7500.54227.5790.2424.12
Hex61D755F4B036e45a18
Octal63516513711306634413230
Binary11011101111010110111111001011011011011100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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