#182DE5

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

Shades of Persian Blue #182DE5

Tints of Persian Blue #182DE5

Color information

#182DE5 (or 0x182DE5) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and E5. RGB value is (24,45,229). Sum of RGB (Red+Green+Blue) = 24+45+229=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 229 (89.84% from 255 or 76.85% from 298); Max value from RGB is 229 - color contains mainly: blue. Hex color #182DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DE5 is #E7D21A. Grayscale: #3A3A3A. Windows color (decimal): -15192603 or 15019288. OLE color: 15019288.

HSL color Cylindrical-coordinate representation of color #182DE5: hue angle of 233.85º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182DE5 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2445229-
CMYK0.900.8000.10
HSL233.85º81.03%49.61%-
HSV(B)233.85º89.52%89.8%-
XYZ15.467.7374.81-
YUV59.7223.54102.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 229 (89.84% from 255) = 76.85%
R=8.05%
G=15.10%
B=76.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal24452290.900.8000.10233.8581.0349.61
Hex182DE55A500Aea5132
Octal305534513212001235212162
Binary11000101101111001011011010101000001010111010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182DE5; }

 p { color: rgb(24,45,229); }

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

<style>
 a { background-color: #182DE5; }

 a { background-color: rgb(24,45,229); }

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

<style>
 span { border-color: #182DE5; }

 span { border-color: rgb(24,45,229); }

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