#182CEC

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

Shades of Persian Blue #182CEC

Tints of Persian Blue #182CEC

Color information

#182CEC (or 0x182CEC) is unknown color: approx Persian Blue. HEX triplet: 18, 2C and EC. RGB value is (24,44,236). Sum of RGB (Red+Green+Blue) = 24+44+236=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #182CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182CEC is #E7D313. Grayscale: #3B3B3B. Windows color (decimal): -15192852 or 15477784. OLE color: 15477784.

HSL color Cylindrical-coordinate representation of color #182CEC: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182CEC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2444236-
CMYK0.900.8100.07
HSL234.34º84.8%50.98%-
HSV(B)234.34º89.83%92.55%-
XYZ16.428.0580.05-
YUV59.91227.37102.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.89%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 236 (92.58% from 255) = 77.63%
R=7.89%
G=14.47%
B=77.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24442360.900.8100.07234.3484.850.98
Hex182CEC5A5107ea5533
Octal30543541321210735212563
Binary1100010110011101100101101010100010111111010101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,236); }

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

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

 a { background-color: rgb(24,44,236); }

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

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

 span { border-color: rgb(24,44,236); }

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