Html Css Color HEX #183FE1 Persian Blue

📋 copy color: '#183FE1'

red 24 ◦ green 63 ◦ blue 225

#183FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #183FE1

Tints of Persian Blue #183FE1

RGB

 RED value IS 24 (9.77% from 255) = 7.69%

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 225 (88.28% from 255) = 72.12%

R = 7.69%
G = 20.19%
B = 72.12%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#183FE1 (or 0x183FE1) is known color: Persian Blue. HEX triplet: 18, 3F and E1. RGB value is (24,63,225). Sum of RGB (Red+Green+Blue) = 24+63+225=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #183FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FE1 is #E7C01E. Grayscale: #454545. Windows color (decimal): -15187999 or 14761752. OLE color: 14761752.

HSL color Cylindrical-coordinate representation of color #183FE1: hue angle of 228.36º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183FE1 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 63 225 -
CMYK 0.89 0.72 0 0.12
HSL 228.36º 0.81% 0.49% -
HSV(B) 228.36º 0.89% 0.88% -
XYZ 15.74 9.19 72.18 -
YUV 69.81 215.58 95.33 -
System Red Green Blue C M Y K H S L
Decimal 24 63 225 0.89 0.72 0 0.12 228.36 0.81 0.49
Hex 18 3F E1 59 48 0 C E4 51 31
Octal 30 77 341 131 110 0 14 344 121 61
Binary 11000 111111 11100001 1011001 1001000 0 1100 11100100 1010001 110001

Color Harmonies of #183FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FE1

Black with #183FE1

Text Example


Text Example

White with #183FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #183FE1;
 }
 .AnyTagClassName
 {
   color: #183FE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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