#182BCF

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

Shades of Persian Blue #182BCF

Tints of Persian Blue #182BCF

Color information

#182BCF (or 0x182BCF) is unknown color: approx Persian Blue. HEX triplet: 18, 2B and CF. RGB value is (24,43,207). Sum of RGB (Red+Green+Blue) = 24+43+207=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #182BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BCF is #E7D430. Grayscale: #373737. Windows color (decimal): -15193137 or 13576984. OLE color: 13576984.

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

Color convert

RGB2443207-
CMYK0.880.7900.19
HSL233.77º79.22%45.29%-
HSV(B)233.77º88.41%81.18%-
XYZ12.56.4359.61-
YUV56.02213.21105.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 207 (81.25% from 255) = 75.55%
R=8.76%
G=15.69%
B=75.55%

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
Decimal24432070.880.7900.19233.7779.2245.29
Hex182BCF584F013ea4f2d
Octal305331713011702335211755
Binary110001010111100111110110001001111010011111010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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