Html Css Color HEX #1048DF Persian Blue

📋 copy color: '#1048DF'

red 16 ◦ green 72 ◦ blue 223

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

Shades of Persian Blue #1048DF

Tints of Persian Blue #1048DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 5.14%
G = 23.15%
B = 71.7%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1048DF (or 0x1048DF) is known color: Persian Blue. HEX triplet: 10, 48 and DF. RGB value is (16,72,223). Sum of RGB (Red+Green+Blue) = 16+72+223=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #1048DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1048DF is #EFB720. Grayscale: #474747. Windows color (decimal): -15709985 or 14632976. OLE color: 14632976.

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

Color convert

RGB 16 72 223 -
CMYK 0.93 0.68 0 0.13
HSL 223.77º 0.87% 0.47% -
HSV(B) 223.77º 0.93% 0.87% -
XYZ 15.85 10.07 70.92 -
YUV 72.47 212.95 87.72 -
System Red Green Blue C M Y K H S L
Decimal 16 72 223 0.93 0.68 0 0.13 223.77 0.87 0.47
Hex 10 48 DF 5D 44 0 D E0 57 2F
Octal 20 110 337 135 104 0 15 340 127 57
Binary 10000 1001000 11011111 1011101 1000100 0 1101 11100000 1010111 101111

Color Harmonies of #1048DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048DF

Black with #1048DF

Text Example


Text Example

White with #1048DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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