#182ECF

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

Shades of Persian Blue #182ECF

Tints of Persian Blue #182ECF

Color information

#182ECF (or 0x182ECF) is unknown color: approx Persian Blue. HEX triplet: 18, 2E and CF. RGB value is (24,46,207). Sum of RGB (Red+Green+Blue) = 24+46+207=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #182ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ECF is #E7D130. Grayscale: #393939. Windows color (decimal): -15192369 or 13577752. OLE color: 13577752.

HSL color Cylindrical-coordinate representation of color #182ECF: hue angle of 232.79º 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 #182ECF is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2446207-
CMYK0.880.7800.19
HSL232.79º79.22%45.29%-
HSV(B)232.79º88.41%81.18%-
XYZ12.626.6559.65-
YUV57.78212.21103.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 207 (81.25% from 255) = 74.73%
R=8.66%
G=16.61%
B=74.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24462070.880.7800.19232.7979.2245.29
Hex182ECF584E013e94f2d
Octal305631713011602335111755
Binary110001011101100111110110001001110010011111010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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