Html Css Color HEX #104AD1 Persian Blue

📋 copy color: '#104AD1'

red 16 ◦ green 74 ◦ blue 209

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

Shades of Persian Blue #104AD1

Tints of Persian Blue #104AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 209 (82.03% from 255) = 69.9%

R = 5.35%
G = 24.75%
B = 69.9%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#104AD1 (or 0x104AD1) is known color: Persian Blue. HEX triplet: 10, 4A and D1. RGB value is (16,74,209). Sum of RGB (Red+Green+Blue) = 16+74+209=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 209 (82.03% from 255 or 69.90% from 299); Max value from RGB is 209 - color contains mainly: blue. Hex color #104AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AD1 is #EFB52E. Grayscale: #474747. Windows color (decimal): -15709487 or 13715984. OLE color: 13715984.

HSL color Cylindrical-coordinate representation of color #104AD1: hue angle of 221.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104AD1 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 74 209 -
CMYK 0.92 0.65 0 0.18
HSL 221.97º 0.86% 0.44% -
HSV(B) 221.97º 0.92% 0.82% -
XYZ 14.17 9.61 61.43 -
YUV 72.05 205.28 88.02 -
System Red Green Blue C M Y K H S L
Decimal 16 74 209 0.92 0.65 0 0.18 221.97 0.86 0.44
Hex 10 4A D1 5C 41 0 12 DE 56 2C
Octal 20 112 321 134 101 0 22 336 126 54
Binary 10000 1001010 11010001 1011100 1000001 0 10010 11011110 1010110 101100

Color Harmonies of #104AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AD1

Black with #104AD1

Text Example


Text Example

White with #104AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104AD1; }

 p { color: rgb(16,74,209); }

 H1.HeaderClassName
 {
   color: #104AD1;
 }
 .AnyTagClassName
 {
   color: #104AD1;
 }
</style>

background-color css

<style>
 a { background-color: #104AD1; }

 a { background-color: rgb(16,74,209); }

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

border-color css

<style>
 span { border-color: #104AD1; }

 span { border-color: rgb(16,74,209); }

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