#183BBF

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

Shades of Persian Blue #183BBF

Tints of Persian Blue #183BBF

Color information

#183BBF (or 0x183BBF) is unknown color: approx Persian Blue. HEX triplet: 18, 3B and BF. RGB value is (24,59,191). Sum of RGB (Red+Green+Blue) = 24+59+191=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #183BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BBF is #E7C440. Grayscale: #3F3F3F. Windows color (decimal): -15189057 or 12532504. OLE color: 12532504.

HSL color Cylindrical-coordinate representation of color #183BBF: hue angle of 227.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183BBF is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2459191-
CMYK0.870.6900.25
HSL227.43º77.67%42.16%-
HSV(B)227.43º87.43%74.9%-
XYZ11.347.0850.06-
YUV63.58199.999.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 191 (75% from 255) = 69.71%
R=8.76%
G=21.53%
B=69.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24591910.870.6900.25227.4377.6742.16
Hex183BBF5745019e34e2a
Octal307327712710503134311652
Binary110001110111011111110101111000101011001111000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183BBF; }

 p { color: rgb(24,59,191); }

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

<style>
 a { background-color: #183BBF; }

 a { background-color: rgb(24,59,191); }

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

<style>
 span { border-color: #183BBF; }

 span { border-color: rgb(24,59,191); }

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