#1924B6

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

Shades of Persian Blue #1924B6

Tints of Persian Blue #1924B6

Color information

#1924B6 (or 0x1924B6) is unknown color: approx Persian Blue. HEX triplet: 19, 24 and B6. RGB value is (25,36,182). Sum of RGB (Red+Green+Blue) = 25+36+182=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #1924B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924B6 is #E6DB49. Grayscale: #303030. Windows color (decimal): -15129418 or 11936793. OLE color: 11936793.

HSL color Cylindrical-coordinate representation of color #1924B6: hue angle of 235.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1924B6 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2536182-
CMYK0.860.8000.29
HSL235.8º75.85%40.59%-
HSV(B)235.8º86.26%71.37%-
XYZ9.484.8544.69-
YUV49.36202.86110.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 182 (71.48% from 255) = 74.90%
R=10.29%
G=14.81%
B=74.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25361820.860.8000.29235.875.8540.59
Hex1924B6565001Dec4c29
Octal314426612612003535411451
Binary110011001001011011010101101010000011101111011001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1924B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1924B6; }

 p { color: rgb(25,36,182); }

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

<style>
 a { background-color: #1924B6; }

 a { background-color: rgb(25,36,182); }

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

<style>
 span { border-color: #1924B6; }

 span { border-color: rgb(25,36,182); }

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