#183ABF

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

Shades of Persian Blue #183ABF

Tints of Persian Blue #183ABF

Color information

#183ABF (or 0x183ABF) is unknown color: approx Persian Blue. HEX triplet: 18, 3A and BF. RGB value is (24,58,191). Sum of RGB (Red+Green+Blue) = 24+58+191=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #183ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ABF is #E7C540. Grayscale: #3E3E3E. Windows color (decimal): -15189313 or 12532248. OLE color: 12532248.

HSL color Cylindrical-coordinate representation of color #183ABF: hue angle of 227.78º 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 #183ABF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2458191-
CMYK0.870.7000.25
HSL227.78º77.67%42.16%-
HSV(B)227.78º87.43%74.9%-
XYZ11.296.9850.04-
YUV63200.24100.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 191 (75% from 255) = 69.96%
R=8.79%
G=21.25%
B=69.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24581910.870.7000.25227.7877.6742.16
Hex183ABF5746019e44e2a
Octal307227712710603134411652
Binary110001110101011111110101111000110011001111001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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