Html Css Color HEX #183FDB Persian Blue

📋 copy color: '#183FDB'

red 24 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #183FDB

Tints of Persian Blue #183FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 7.84%
G = 20.59%
B = 71.57%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#183FDB (or 0x183FDB) is known color: Persian Blue. HEX triplet: 18, 3F and DB. RGB value is (24,63,219). Sum of RGB (Red+Green+Blue) = 24+63+219=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #183FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FDB is #E7C024. Grayscale: #444444. Windows color (decimal): -15188005 or 14368536. OLE color: 14368536.

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

Color convert

RGB 24 63 219 -
CMYK 0.89 0.71 0 0.14
HSL 228º 0.8% 0.48% -
HSV(B) 228º 0.89% 0.86% -
XYZ 14.94 8.86 67.94 -
YUV 69.12 212.58 95.82 -
System Red Green Blue C M Y K H S L
Decimal 24 63 219 0.89 0.71 0 0.14 228 0.8 0.48
Hex 18 3F DB 59 47 0 E E4 50 30
Octal 30 77 333 131 107 0 16 344 120 60
Binary 11000 111111 11011011 1011001 1000111 0 1110 11100100 1010000 110000

Color Harmonies of #183FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183FDB

Black with #183FDB

Text Example


Text Example

White with #183FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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