Html Css Color HEX #1149DA Persian Blue

📋 copy color: '#1149DA'

red 17 ◦ green 73 ◦ blue 218

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

Shades of Persian Blue #1149DA

Tints of Persian Blue #1149DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 218 (85.55% from 255) = 70.78%

R = 5.52%
G = 23.7%
B = 70.78%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1149DA (or 0x1149DA) is known color: Persian Blue. HEX triplet: 11, 49 and DA. RGB value is (17,73,218). Sum of RGB (Red+Green+Blue) = 17+73+218=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #1149DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149DA is #EEB625. Grayscale: #484848. Windows color (decimal): -15644198 or 14305553. OLE color: 14305553.

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

Color convert

RGB 17 73 218 -
CMYK 0.92 0.67 0 0.15
HSL 223.28º 0.86% 0.46% -
HSV(B) 223.28º 0.92% 0.85% -
XYZ 15.27 9.95 67.44 -
YUV 72.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 17 73 218 0.92 0.67 0 0.15 223.28 0.86 0.46
Hex 11 49 DA 5C 43 0 F DF 56 2E
Octal 21 111 332 134 103 0 17 337 126 56
Binary 10001 1001001 11011010 1011100 1000011 0 1111 11011111 1010110 101110

Color Harmonies of #1149DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149DA

Black with #1149DA

Text Example


Text Example

White with #1149DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1149DA; }

 p { color: rgb(17,73,218); }

 H1.HeaderClassName
 {
   color: #1149DA;
 }
 .AnyTagClassName
 {
   color: #1149DA;
 }
</style>

background-color css

<style>
 a { background-color: #1149DA; }

 a { background-color: rgb(17,73,218); }

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

border-color css

<style>
 span { border-color: #1149DA; }

 span { border-color: rgb(17,73,218); }

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