#1946CC

Color #1946CC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1946CC

Tints of Persian Blue #1946CC

Color information

#1946CC (or 0x1946CC) is unknown color: approx Persian Blue. HEX triplet: 19, 46 and CC. RGB value is (25,70,204). Sum of RGB (Red+Green+Blue) = 25+70+204=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #1946CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946CC is #E6B933. Grayscale: #474747. Windows color (decimal): -15120692 or 13387289. OLE color: 13387289.

HSL color Cylindrical-coordinate representation of color #1946CC: hue angle of 224.92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1946CC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2570204-
CMYK0.880.6600.2
HSL224.92º78.17%44.9%-
HSV(B)224.92º87.75%80%-
XYZ13.498.9558.14-
YUV71.82202.5994.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 204 (80.08% from 255) = 68.23%
R=8.36%
G=23.41%
B=68.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal25702040.880.6600.2224.9278.1744.9
Hex1946CC5842014e14e2d
Octal3110631413010202434111655
Binary1100110001101100110010110001000010010100111000011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1946CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1946CC; }

 p { color: rgb(25,70,204); }

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

<style>
 a { background-color: #1946CC; }

 a { background-color: rgb(25,70,204); }

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

<style>
 span { border-color: #1946CC; }

 span { border-color: rgb(25,70,204); }

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