Html Css Color HEX #183CD5 Persian Blue

📋 copy color: '#183CD5'

red 24 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #183CD5

Tints of Persian Blue #183CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 8.08%
G = 20.2%
B = 71.72%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#183CD5 (or 0x183CD5) is known color: Persian Blue. HEX triplet: 18, 3C and D5. RGB value is (24,60,213). Sum of RGB (Red+Green+Blue) = 24+60+213=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #183CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CD5 is #E7C32A. Grayscale: #424242. Windows color (decimal): -15188779 or 13974552. OLE color: 13974552.

HSL color Cylindrical-coordinate representation of color #183CD5: hue angle of 228.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183CD5 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 60 213 -
CMYK 0.89 0.72 0 0.16
HSL 228.57º 0.8% 0.46% -
HSV(B) 228.57º 0.89% 0.84% -
XYZ 14 8.23 63.8 -
YUV 66.68 210.57 97.56 -
System Red Green Blue C M Y K H S L
Decimal 24 60 213 0.89 0.72 0 0.16 228.57 0.8 0.46
Hex 18 3C D5 59 48 0 10 E5 50 2E
Octal 30 74 325 131 110 0 20 345 120 56
Binary 11000 111100 11010101 1011001 1001000 0 10000 11100101 1010000 101110

Color Harmonies of #183CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CD5

Black with #183CD5

Text Example


Text Example

White with #183CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,60,213); }

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

background-color css

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

 a { background-color: rgb(24,60,213); }

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

border-color css

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

 span { border-color: rgb(24,60,213); }

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