Html Css Color HEX #1048DD Persian Blue

📋 copy color: '#1048DD'

red 16 ◦ green 72 ◦ blue 221

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

Shades of Persian Blue #1048DD

Tints of Persian Blue #1048DD

RGB

 RED value IS 16 (6.64% from 255) = 5.18%

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

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 5.18%
G = 23.3%
B = 71.52%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1048DD (or 0x1048DD) is known color: Persian Blue. HEX triplet: 10, 48 and DD. RGB value is (16,72,221). Sum of RGB (Red+Green+Blue) = 16+72+221=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #1048DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048DD is #EFB722. Grayscale: #474747. Windows color (decimal): -15709987 or 14501904. OLE color: 14501904.

HSL color Cylindrical-coordinate representation of color #1048DD: hue angle of 223.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1048DD is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 72 221 -
CMYK 0.93 0.67 0 0.13
HSL 223.61º 0.86% 0.46% -
HSV(B) 223.61º 0.93% 0.87% -
XYZ 15.58 9.97 69.51 -
YUV 72.24 211.95 87.88 -
System Red Green Blue C M Y K H S L
Decimal 16 72 221 0.93 0.67 0 0.13 223.61 0.86 0.46
Hex 10 48 DD 5D 43 0 D E0 56 2E
Octal 20 110 335 135 103 0 15 340 126 56
Binary 10000 1001000 11011101 1011101 1000011 0 1101 11100000 1010110 101110

Color Harmonies of #1048DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048DD

Black with #1048DD

Text Example


Text Example

White with #1048DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1048DD; }

 p { color: rgb(16,72,221); }

 H1.HeaderClassName
 {
   color: #1048DD;
 }
 .AnyTagClassName
 {
   color: #1048DD;
 }
</style>

background-color css

<style>
 a { background-color: #1048DD; }

 a { background-color: rgb(16,72,221); }

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

border-color css

<style>
 span { border-color: #1048DD; }

 span { border-color: rgb(16,72,221); }

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