#1943CF

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

Shades of Persian Blue #1943CF

Tints of Persian Blue #1943CF

Color information

#1943CF (or 0x1943CF) is unknown color: approx Persian Blue. HEX triplet: 19, 43 and CF. RGB value is (25,67,207). Sum of RGB (Red+Green+Blue) = 25+67+207=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #1943CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1943CF is #E6BC30. Grayscale: #454545. Windows color (decimal): -15121457 or 13583129. OLE color: 13583129.

HSL color Cylindrical-coordinate representation of color #1943CF: hue angle of 226.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1943CF is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2567207-
CMYK0.880.6800.19
HSL226.15º78.45%45.49%-
HSV(B)226.15º87.92%81.18%-
XYZ13.678.7360-
YUV70.4205.0995.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 207 (81.25% from 255) = 69.23%
R=8.36%
G=22.41%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25672070.880.6800.19226.1578.4545.49
Hex1943CF5844013e24e2d
Octal3110331713010402334211655
Binary1100110000111100111110110001000100010011111000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1943CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1943CF; }

 p { color: rgb(25,67,207); }

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

<style>
 a { background-color: #1943CF; }

 a { background-color: rgb(25,67,207); }

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

<style>
 span { border-color: #1943CF; }

 span { border-color: rgb(25,67,207); }

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