Html Css Color HEX #1040DB Persian Blue

📋 copy color: '#1040DB'

red 16 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #1040DB

Tints of Persian Blue #1040DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 5.35%
G = 21.4%
B = 73.24%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1040DB (or 0x1040DB) is known color: Persian Blue. HEX triplet: 10, 40 and DB. RGB value is (16,64,219). Sum of RGB (Red+Green+Blue) = 16+64+219=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #1040DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040DB is #EFBF24. Grayscale: #424242. Windows color (decimal): -15712037 or 14368784. OLE color: 14368784.

HSL color Cylindrical-coordinate representation of color #1040DB: hue angle of 225.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1040DB is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 64 219 -
CMYK 0.93 0.71 0 0.14
HSL 225.81º 0.86% 0.46% -
HSV(B) 225.81º 0.93% 0.86% -
XYZ 14.83 8.89 67.95 -
YUV 67.32 213.6 91.4 -
System Red Green Blue C M Y K H S L
Decimal 16 64 219 0.93 0.71 0 0.14 225.81 0.86 0.46
Hex 10 40 DB 5D 47 0 E E2 56 2E
Octal 20 100 333 135 107 0 16 342 126 56
Binary 10000 1000000 11011011 1011101 1000111 0 1110 11100010 1010110 101110

Color Harmonies of #1040DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1040DB

Black with #1040DB

Text Example


Text Example

White with #1040DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1040DB; }

 p { color: rgb(16,64,219); }

 H1.HeaderClassName
 {
   color: #1040DB;
 }
 .AnyTagClassName
 {
   color: #1040DB;
 }
</style>

background-color css

<style>
 a { background-color: #1040DB; }

 a { background-color: rgb(16,64,219); }

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

border-color css

<style>
 span { border-color: #1040DB; }

 span { border-color: rgb(16,64,219); }

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