#181FD5

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

Shades of Persian Blue #181FD5

Tints of Persian Blue #181FD5

Color information

#181FD5 (or 0x181FD5) is unknown color: approx Persian Blue. HEX triplet: 18, 1F and D5. RGB value is (24,31,213). Sum of RGB (Red+Green+Blue) = 24+31+213=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 213 (83.59% from 255 or 79.48% from 268); Max value from RGB is 213 - color contains mainly: blue. Hex color #181FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FD5 is #E7E02A. Grayscale: #303030. Windows color (decimal): -15196203 or 13967128. OLE color: 13967128.

HSL color Cylindrical-coordinate representation of color #181FD5: hue angle of 237.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181FD5 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2431213-
CMYK0.890.8500.16
HSL237.78º79.75%46.47%-
HSV(B)237.78º88.73%83.53%-
XYZ12.885.9863.43-
YUV49.66220.18109.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 213 (83.59% from 255) = 79.48%
R=8.96%
G=11.57%
B=79.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal24312130.890.8500.16237.7879.7546.47
Hex181FD55955010ee502e
Octal303732513112502035612056
Binary11000111111101010110110011010101010000111011101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181FD5; }

 p { color: rgb(24,31,213); }

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

<style>
 a { background-color: #181FD5; }

 a { background-color: rgb(24,31,213); }

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

<style>
 span { border-color: #181FD5; }

 span { border-color: rgb(24,31,213); }

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