Html Css Color HEX #183AEA Persian Blue

📋 copy color: '#183AEA'

red 24 ◦ green 58 ◦ blue 234

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

Shades of Persian Blue #183AEA

Tints of Persian Blue #183AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 7.59%
G = 18.35%
B = 74.05%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#183AEA (or 0x183AEA) is known color: Persian Blue. HEX triplet: 18, 3A and EA. RGB value is (24,58,234). Sum of RGB (Red+Green+Blue) = 24+58+234=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #183AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AEA is #E7C515. Grayscale: #434343. Windows color (decimal): -15189270 or 15350296. OLE color: 15350296.

HSL color Cylindrical-coordinate representation of color #183AEA: hue angle of 230.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183AEA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 58 234 -
CMYK 0.90 0.75 0 0.08
HSL 230.29º 0.83% 0.51% -
HSV(B) 230.29º 0.9% 0.92% -
XYZ 16.74 9.16 78.73 -
YUV 67.9 221.74 96.69 -
System Red Green Blue C M Y K H S L
Decimal 24 58 234 0.90 0.75 0 0.08 230.29 0.83 0.51
Hex 18 3A EA 5A 4B 0 8 E6 53 33
Octal 30 72 352 132 113 0 10 346 123 63
Binary 11000 111010 11101010 1011010 1001011 0 1000 11100110 1010011 110011

Color Harmonies of #183AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183AEA

Black with #183AEA

Text Example


Text Example

White with #183AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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