Html Css Color HEX #183AEC Persian Blue

📋 copy color: '#183AEC'

red 24 ◦ green 58 ◦ blue 236

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

Shades of Persian Blue #183AEC

Tints of Persian Blue #183AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 7.55%
G = 18.24%
B = 74.21%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#183AEC (or 0x183AEC) is known color: Persian Blue. HEX triplet: 18, 3A and EC. RGB value is (24,58,236). Sum of RGB (Red+Green+Blue) = 24+58+236=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #183AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AEC is #E7C513. Grayscale: #434343. Windows color (decimal): -15189268 or 15481368. OLE color: 15481368.

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

Color convert

RGB 24 58 236 -
CMYK 0.90 0.75 0 0.07
HSL 230.38º 0.85% 0.51% -
HSV(B) 230.38º 0.9% 0.93% -
XYZ 17.03 9.28 80.25 -
YUV 68.13 222.74 96.53 -
System Red Green Blue C M Y K H S L
Decimal 24 58 236 0.90 0.75 0 0.07 230.38 0.85 0.51
Hex 18 3A EC 5A 4B 0 7 E6 55 33
Octal 30 72 354 132 113 0 7 346 125 63
Binary 11000 111010 11101100 1011010 1001011 0 111 11100110 1010101 110011

Color Harmonies of #183AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183AEC

Black with #183AEC

Text Example


Text Example

White with #183AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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