#183FBE

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

Shades of Persian Blue #183FBE

Tints of Persian Blue #183FBE

Color information

#183FBE (or 0x183FBE) is unknown color: approx Persian Blue. HEX triplet: 18, 3F and BE. RGB value is (24,63,190). Sum of RGB (Red+Green+Blue) = 24+63+190=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #183FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FBE is #E7C041. Grayscale: #414141. Windows color (decimal): -15188034 or 12467992. OLE color: 12467992.

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

Color convert

RGB2463190-
CMYK0.870.6700.25
HSL225.9º77.57%41.96%-
HSV(B)225.9º87.37%74.51%-
XYZ11.457.4749.55-
YUV65.82198.0898.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 190 (74.61% from 255) = 68.59%
R=8.66%
G=22.74%
B=68.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24631900.870.6700.25225.977.5741.96
Hex183FBE5743019e24e2a
Octal307727612710303134211652
Binary110001111111011111010101111000011011001111000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,63,190); }

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

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

 a { background-color: rgb(24,63,190); }

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

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

 span { border-color: rgb(24,63,190); }

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