#061A78

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

Shades of Sapphire #061A78

Tints of Sapphire #061A78

Color information

#061A78 (or 0x061A78) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 78. RGB value is (6,26,120). Sum of RGB (Red+Green+Blue) = 6+26+120=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #061A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A78 is #F9E587. Grayscale: #1E1E1E. Windows color (decimal): -16377224 or 7870982. OLE color: 7870982.

HSL color Cylindrical-coordinate representation of color #061A78: hue angle of 229.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A78 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB626120-
CMYK0.950.7800.53
HSL229.47º90.48%24.71%-
HSV(B)229.47º95%47.06%-
XYZ3.832.1317.98-
YUV30.74178.37110.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 120 (47.27% from 255) = 78.95%
R=3.95%
G=17.11%
B=78.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6261200.950.7800.53229.4790.4824.71
Hex61A785F4E035e55a19
Octal63217013711606534513231
Binary11011010111100010111111001110011010111100101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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