#061D52

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

Shades of Sapphire #061D52

Tints of Sapphire #061D52

Color information

#061D52 (or 0x061D52) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 52. RGB value is (6,29,82). Sum of RGB (Red+Green+Blue) = 6+29+82=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #061D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D52 is #F9E2AD. Grayscale: #1B1B1B. Windows color (decimal): -16376494 or 5381382. OLE color: 5381382.

HSL color Cylindrical-coordinate representation of color #061D52: hue angle of 221.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D52 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB62982-
CMYK0.930.6500.68
HSL221.84º86.36%17.25%-
HSV(B)221.84º92.68%32.16%-
XYZ2.041.538.17-
YUV28.16158.38112.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 82 (32.42% from 255) = 70.09%
R=5.13%
G=24.79%
B=70.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal629820.930.6500.68221.8486.3617.25
Hex61D525D41044de5611
Octal635122135101010433612621
Binary110111011010010101110110000010100010011011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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