Html Css Color HEX #183CDB Persian Blue

📋 copy color: '#183CDB'

red 24 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #183CDB

Tints of Persian Blue #183CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 7.92%
G = 19.8%
B = 72.28%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#183CDB (or 0x183CDB) is known color: Persian Blue. HEX triplet: 18, 3C and DB. RGB value is (24,60,219). Sum of RGB (Red+Green+Blue) = 24+60+219=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #183CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CDB is #E7C324. Grayscale: #424242. Windows color (decimal): -15188773 or 14367768. OLE color: 14367768.

HSL color Cylindrical-coordinate representation of color #183CDB: hue angle of 228.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183CDB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 60 219 -
CMYK 0.89 0.73 0 0.14
HSL 228.92º 0.8% 0.48% -
HSV(B) 228.92º 0.89% 0.86% -
XYZ 14.78 8.54 67.89 -
YUV 67.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 24 60 219 0.89 0.73 0 0.14 228.92 0.8 0.48
Hex 18 3C DB 59 49 0 E E5 50 30
Octal 30 74 333 131 111 0 16 345 120 60
Binary 11000 111100 11011011 1011001 1001001 0 1110 11100101 1010000 110000

Color Harmonies of #183CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183CDB

Black with #183CDB

Text Example


Text Example

White with #183CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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