Html Css Color HEX #183AE0 Persian Blue

📋 copy color: '#183AE0'

red 24 ◦ green 58 ◦ blue 224

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

Shades of Persian Blue #183AE0

Tints of Persian Blue #183AE0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 7.84%
G = 18.95%
B = 73.2%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#183AE0 (or 0x183AE0) is known color: Persian Blue. HEX triplet: 18, 3A and E0. RGB value is (24,58,224). Sum of RGB (Red+Green+Blue) = 24+58+224=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #183AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183AE0 is #E7C51F. Grayscale: #424242. Windows color (decimal): -15189280 or 14694936. OLE color: 14694936.

HSL color Cylindrical-coordinate representation of color #183AE0: hue angle of 229.8º 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 #183AE0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 58 224 -
CMYK 0.89 0.74 0 0.12
HSL 229.8º 0.81% 0.49% -
HSV(B) 229.8º 0.89% 0.88% -
XYZ 15.34 8.6 71.37 -
YUV 66.76 216.74 97.5 -
System Red Green Blue C M Y K H S L
Decimal 24 58 224 0.89 0.74 0 0.12 229.8 0.81 0.49
Hex 18 3A E0 59 4A 0 C E6 51 31
Octal 30 72 340 131 112 0 14 346 121 61
Binary 11000 111010 11100000 1011001 1001010 0 1100 11100110 1010001 110001

Color Harmonies of #183AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183AE0

Black with #183AE0

Text Example


Text Example

White with #183AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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