#061A48

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

Shades of Sapphire #061A48

Tints of Sapphire #061A48

Color information

#061A48 (or 0x061A48) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 48. RGB value is (6,26,72). Sum of RGB (Red+Green+Blue) = 6+26+72=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #061A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A48 is #F9E5B7. Grayscale: #191919. Windows color (decimal): -16377272 or 4725254. OLE color: 4725254.

HSL color Cylindrical-coordinate representation of color #061A48: hue angle of 221.82º 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 #061A48 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB62672-
CMYK0.920.6400.72
HSL221.82º84.62%15.29%-
HSV(B)221.82º91.67%28.24%-
XYZ1.611.256.29-
YUV25.26154.37114.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=5.77%
G=25%
B=69.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal626720.920.6400.72221.8284.6215.29
Hex61A485C40048de55f
Octal632110134100011033612517
Binary11011010100100010111001000000010010001101111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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