Html Css Color HEX #1035DC Persian Blue

📋 copy color: '#1035DC'

red 16 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #1035DC

Tints of Persian Blue #1035DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 5.54%
G = 18.34%
B = 76.12%

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

#1035DC (or 0x1035DC) is known color: Persian Blue. HEX triplet: 10, 35 and DC. RGB value is (16,53,220). Sum of RGB (Red+Green+Blue) = 16+53+220=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #1035DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035DC is #EFCA23. Grayscale: #3C3C3C. Windows color (decimal): -15714852 or 14431504. OLE color: 14431504.

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

Color convert

RGB 16 53 220 -
CMYK 0.93 0.76 0 0.14
HSL 229.12º 0.86% 0.46% -
HSV(B) 229.12º 0.93% 0.86% -
XYZ 14.41 7.82 68.46 -
YUV 60.98 217.74 95.92 -
System Red Green Blue C M Y K H S L
Decimal 16 53 220 0.93 0.76 0 0.14 229.12 0.86 0.46
Hex 10 35 DC 5D 4C 0 E E5 56 2E
Octal 20 65 334 135 114 0 16 345 126 56
Binary 10000 110101 11011100 1011101 1001100 0 1110 11100101 1010110 101110

Color Harmonies of #1035DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035DC

Black with #1035DC

Text Example


Text Example

White with #1035DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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