#061D5C

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

Shades of Sapphire #061D5C

Tints of Sapphire #061D5C

Color information

#061D5C (or 0x061D5C) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 5C. RGB value is (6,29,92). Sum of RGB (Red+Green+Blue) = 6+29+92=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #061D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D5C is #F9E2A3. Grayscale: #1D1D1D. Windows color (decimal): -16376484 or 6036742. OLE color: 6036742.

HSL color Cylindrical-coordinate representation of color #061D5C: hue angle of 223.95º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D5C is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62992-
CMYK0.930.6800.64
HSL223.95º87.76%19.22%-
HSV(B)223.95º93.48%36.08%-
XYZ2.451.6910.32-
YUV29.3163.38111.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 92 (36.33% from 255) = 72.44%
R=4.72%
G=22.83%
B=72.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal629920.930.6800.64223.9587.7619.22
Hex61D5C5D44040e05813
Octal635134135104010034013023
Binary110111011011100101110110001000100000011100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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