Html Css Color HEX #104AD7 Persian Blue

📋 copy color: '#104AD7'

red 16 ◦ green 74 ◦ blue 215

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

Shades of Persian Blue #104AD7

Tints of Persian Blue #104AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 70.49%

R = 5.25%
G = 24.26%
B = 70.49%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#104AD7 (or 0x104AD7) is known color: Persian Blue. HEX triplet: 10, 4A and D7. RGB value is (16,74,215). Sum of RGB (Red+Green+Blue) = 16+74+215=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #104AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AD7 is #EFB528. Grayscale: #484848. Windows color (decimal): -15709481 or 14109200. OLE color: 14109200.

HSL color Cylindrical-coordinate representation of color #104AD7: hue angle of 222.51º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AD7 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 74 215 -
CMYK 0.93 0.66 0 0.16
HSL 222.51º 0.86% 0.45% -
HSV(B) 222.51º 0.93% 0.84% -
XYZ 14.93 9.91 65.42 -
YUV 72.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 16 74 215 0.93 0.66 0 0.16 222.51 0.86 0.45
Hex 10 4A D7 5D 42 0 10 DF 56 2D
Octal 20 112 327 135 102 0 20 337 126 55
Binary 10000 1001010 11010111 1011101 1000010 0 10000 11011111 1010110 101101

Color Harmonies of #104AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AD7

Black with #104AD7

Text Example


Text Example

White with #104AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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