#181CBD

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

Shades of Persian Blue #181CBD

Tints of Persian Blue #181CBD

Color information

#181CBD (or 0x181CBD) is unknown color: approx Persian Blue. HEX triplet: 18, 1C and BD. RGB value is (24,28,189). Sum of RGB (Red+Green+Blue) = 24+28+189=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #181CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBD is #E7E342. Grayscale: #2C2C2C. Windows color (decimal): -15196995 or 12393496. OLE color: 12393496.

HSL color Cylindrical-coordinate representation of color #181CBD: hue angle of 238.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181CBD is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2428189-
CMYK0.870.8500.26
HSL238.55º77.46%41.76%-
HSV(B)238.55º87.3%74.12%-
XYZ9.984.748.53-
YUV45.16209.17112.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 189 (74.22% from 255) = 78.42%
R=9.96%
G=11.62%
B=78.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24281890.870.8500.26238.5577.4641.76
Hex181CBD575501Aef4d2a
Octal303427512712503235711552
Binary11000111001011110110101111010101011010111011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,189); }

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

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

 a { background-color: rgb(24,28,189); }

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

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

 span { border-color: rgb(24,28,189); }

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