#182CCF

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

Shades of Persian Blue #182CCF

Tints of Persian Blue #182CCF

Color information

#182CCF (or 0x182CCF) is unknown color: approx Persian Blue. HEX triplet: 18, 2C and CF. RGB value is (24,44,207). Sum of RGB (Red+Green+Blue) = 24+44+207=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #182CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CCF is #E7D330. Grayscale: #373737. Windows color (decimal): -15192881 or 13577240. OLE color: 13577240.

HSL color Cylindrical-coordinate representation of color #182CCF: hue angle of 233.44º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182CCF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2444207-
CMYK0.880.7900.19
HSL233.44º79.22%45.29%-
HSV(B)233.44º88.41%81.18%-
XYZ12.546.559.63-
YUV56.6212.87104.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 207 (81.25% from 255) = 75.27%
R=8.73%
G=16%
B=75.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24442070.880.7900.19233.4479.2245.29
Hex182CCF584F013e94f2d
Octal305431713011702335111755
Binary110001011001100111110110001001111010011111010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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