#181CBF

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

Shades of Persian Blue #181CBF

Tints of Persian Blue #181CBF

Color information

#181CBF (or 0x181CBF) is unknown color: approx Persian Blue. HEX triplet: 18, 1C and BF. RGB value is (24,28,191). Sum of RGB (Red+Green+Blue) = 24+28+191=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #181CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBF is #E7E340. Grayscale: #2C2C2C. Windows color (decimal): -15196993 or 12524568. OLE color: 12524568.

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

Color convert

RGB2428191-
CMYK0.870.8500.25
HSL238.56º77.67%42.16%-
HSV(B)238.56º87.43%74.9%-
XYZ10.24.7949.68-
YUV45.39210.17112.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 191 (75% from 255) = 78.60%
R=9.88%
G=11.52%
B=78.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24281910.870.8500.25238.5677.6742.16
Hex181CBF5755019ef4e2a
Octal303427712712503135711652
Binary11000111001011111110101111010101011001111011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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