Html Css Color HEX #1035DA Persian Blue

📋 copy color: '#1035DA'

red 16 ◦ green 53 ◦ blue 218

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

Shades of Persian Blue #1035DA

Tints of Persian Blue #1035DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 75.96%

R = 5.57%
G = 18.47%
B = 75.96%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1035DA (or 0x1035DA) is known color: Persian Blue. HEX triplet: 10, 35 and DA. RGB value is (16,53,218). Sum of RGB (Red+Green+Blue) = 16+53+218=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #1035DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035DA is #EFCA25. Grayscale: #3C3C3C. Windows color (decimal): -15714854 or 14300432. OLE color: 14300432.

HSL color Cylindrical-coordinate representation of color #1035DA: hue angle of 229.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1035DA is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 53 218 -
CMYK 0.93 0.76 0 0.15
HSL 229.01º 0.86% 0.46% -
HSV(B) 229.01º 0.93% 0.85% -
XYZ 14.14 7.72 67.07 -
YUV 60.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 16 53 218 0.93 0.76 0 0.15 229.01 0.86 0.46
Hex 10 35 DA 5D 4C 0 F E5 56 2E
Octal 20 65 332 135 114 0 17 345 126 56
Binary 10000 110101 11011010 1011101 1001100 0 1111 11100101 1010110 101110

Color Harmonies of #1035DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035DA

Black with #1035DA

Text Example


Text Example

White with #1035DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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