#181BC5

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

Shades of Persian Blue #181BC5

Tints of Persian Blue #181BC5

Color information

#181BC5 (or 0x181BC5) is unknown color: approx Persian Blue. HEX triplet: 18, 1B and C5. RGB value is (24,27,197). Sum of RGB (Red+Green+Blue) = 24+27+197=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 197 (77.34% from 255 or 79.44% from 248); Max value from RGB is 197 - color contains mainly: blue. Hex color #181BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BC5 is #E7E43A. Grayscale: #2C2C2C. Windows color (decimal): -15197243 or 12917528. OLE color: 12917528.

HSL color Cylindrical-coordinate representation of color #181BC5: hue angle of 238.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181BC5 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2427197-
CMYK0.880.8600.23
HSL238.96º78.28%43.33%-
HSV(B)238.96º87.82%77.25%-
XYZ10.855.0153.22-
YUV45.48213.51112.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 197 (77.34% from 255) = 79.44%
R=9.68%
G=10.89%
B=79.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24271970.880.8600.23238.9678.2843.33
Hex181BC55856017ef4e2b
Octal303330513012602735711653
Binary11000110111100010110110001010110010111111011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,27,197); }

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

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

 a { background-color: rgb(24,27,197); }

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

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

 span { border-color: rgb(24,27,197); }

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