Html Css Color HEX #1148DB Persian Blue

📋 copy color: '#1148DB'

red 17 ◦ green 72 ◦ blue 219

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

Shades of Persian Blue #1148DB

Tints of Persian Blue #1148DB

RGB

 RED value IS 17 (7.03% from 255) = 5.52%

 GREEN value IS 72 (28.52% from 255) = 23.38%

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

R = 5.52%
G = 23.38%
B = 71.1%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1148DB (or 0x1148DB) is known color: Persian Blue. HEX triplet: 11, 48 and DB. RGB value is (17,72,219). Sum of RGB (Red+Green+Blue) = 17+72+219=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #1148DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148DB is #EEB724. Grayscale: #474747. Windows color (decimal): -15644453 or 14370833. OLE color: 14370833.

HSL color Cylindrical-coordinate representation of color #1148DB: hue angle of 223.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1148DB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 72 219 -
CMYK 0.92 0.67 0 0.14
HSL 223.66º 0.86% 0.46% -
HSV(B) 223.66º 0.92% 0.86% -
XYZ 15.33 9.87 68.11 -
YUV 72.31 210.78 88.55 -
System Red Green Blue C M Y K H S L
Decimal 17 72 219 0.92 0.67 0 0.14 223.66 0.86 0.46
Hex 11 48 DB 5C 43 0 E E0 56 2E
Octal 21 110 333 134 103 0 16 340 126 56
Binary 10001 1001000 11011011 1011100 1000011 0 1110 11100000 1010110 101110

Color Harmonies of #1148DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1148DB

Black with #1148DB

Text Example


Text Example

White with #1148DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1148DB; }

 p { color: rgb(17,72,219); }

 H1.HeaderClassName
 {
   color: #1148DB;
 }
 .AnyTagClassName
 {
   color: #1148DB;
 }
</style>

background-color css

<style>
 a { background-color: #1148DB; }

 a { background-color: rgb(17,72,219); }

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

border-color css

<style>
 span { border-color: #1148DB; }

 span { border-color: rgb(17,72,219); }

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