#061E48

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

Shades of Sapphire #061E48

Tints of Sapphire #061E48

Color information

#061E48 (or 0x061E48) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 48. RGB value is (6,30,72). Sum of RGB (Red+Green+Blue) = 6+30+72=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #061E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E48 is #F9E1B7. Grayscale: #1B1B1B. Windows color (decimal): -16376248 or 4726278. OLE color: 4726278.

HSL color Cylindrical-coordinate representation of color #061E48: hue angle of 218.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061E48 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB63072-
CMYK0.920.5800.72
HSL218.18º84.62%15.29%-
HSV(B)218.18º91.67%28.24%-
XYZ1.711.446.32-
YUV27.61153.05112.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 72 (28.52% from 255) = 66.67%
R=5.56%
G=27.78%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal630720.920.5800.72218.1884.6215.29
Hex61E485C3A048da55f
Octal63611013472011033212517
Binary1101111010010001011100111010010010001101101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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