#183DB0

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

Shades of Persian Blue #183DB0

Tints of Persian Blue #183DB0

Color information

#183DB0 (or 0x183DB0) is unknown color: approx Persian Blue. HEX triplet: 18, 3D and B0. RGB value is (24,61,176). Sum of RGB (Red+Green+Blue) = 24+61+176=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #183DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DB0 is #E7C24F. Grayscale: #3E3E3E. Windows color (decimal): -15188560 or 11549976. OLE color: 11549976.

HSL color Cylindrical-coordinate representation of color #183DB0: hue angle of 225.39º 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 #183DB0 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2461176-
CMYK0.860.6500.31
HSL225.39º76%39.22%-
HSV(B)225.39º86.36%69.02%-
XYZ9.886.6741.84-
YUV63.05191.74100.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 61 (24.22% from 255) = 23.37%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=9.20%
G=23.37%
B=67.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24611760.860.6500.31225.397639.22
Hex183DB0564101Fe14c27
Octal307526012610103734111447
Binary110001111011011000010101101000001011111111000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,61,176); }

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

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

 a { background-color: rgb(24,61,176); }

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

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

 span { border-color: rgb(24,61,176); }

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