#182FB1

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

Shades of Persian Blue #182FB1

Tints of Persian Blue #182FB1

Color information

#182FB1 (or 0x182FB1) is unknown color: approx Persian Blue. HEX triplet: 18, 2F and B1. RGB value is (24,47,177). Sum of RGB (Red+Green+Blue) = 24+47+177=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #182FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182FB1 is #E7D04E. Grayscale: #363636. Windows color (decimal): -15192143 or 11611928. OLE color: 11611928.

HSL color Cylindrical-coordinate representation of color #182FB1: hue angle of 230.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182FB1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2447177-
CMYK0.860.7300.31
HSL230.98º76.12%39.41%-
HSV(B)230.98º86.44%69.41%-
XYZ9.335.442.15-
YUV54.94196.88105.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 177 (69.53% from 255) = 71.37%
R=9.68%
G=18.95%
B=71.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24471770.860.7300.31230.9876.1239.41
Hex182FB1564901Fe74c27
Octal305726112611103734711447
Binary110001011111011000110101101001001011111111001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,177); }

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

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

 a { background-color: rgb(24,47,177); }

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

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

 span { border-color: rgb(24,47,177); }

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