Html Css Color HEX #1035DB Persian Blue

📋 copy color: '#1035DB'

red 16 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #1035DB

Tints of Persian Blue #1035DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 5.56%
G = 18.4%
B = 76.04%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1035DB (or 0x1035DB) is known color: Persian Blue. HEX triplet: 10, 35 and DB. RGB value is (16,53,219). Sum of RGB (Red+Green+Blue) = 16+53+219=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #1035DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035DB is #EFCA24. Grayscale: #3C3C3C. Windows color (decimal): -15714853 or 14365968. OLE color: 14365968.

HSL color Cylindrical-coordinate representation of color #1035DB: hue angle of 229.06º 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 #1035DB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 53 219 -
CMYK 0.93 0.76 0 0.14
HSL 229.06º 0.86% 0.46% -
HSV(B) 229.06º 0.93% 0.86% -
XYZ 14.27 7.77 67.77 -
YUV 60.86 217.24 96 -
System Red Green Blue C M Y K H S L
Decimal 16 53 219 0.93 0.76 0 0.14 229.06 0.86 0.46
Hex 10 35 DB 5D 4C 0 E E5 56 2E
Octal 20 65 333 135 114 0 16 345 126 56
Binary 10000 110101 11011011 1011101 1001100 0 1110 11100101 1010110 101110

Color Harmonies of #1035DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035DB

Black with #1035DB

Text Example


Text Example

White with #1035DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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