Html Css Color HEX #1035BE Persian Blue

📋 copy color: '#1035BE'

red 16 ◦ green 53 ◦ blue 190

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

Shades of Persian Blue #1035BE

Tints of Persian Blue #1035BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 6.18%
G = 20.46%
B = 73.36%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1035BE (or 0x1035BE) is known color: Persian Blue. HEX triplet: 10, 35 and BE. RGB value is (16,53,190). Sum of RGB (Red+Green+Blue) = 16+53+190=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #1035BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035BE is #EFCA41. Grayscale: #383838. Windows color (decimal): -15714882 or 12465424. OLE color: 12465424.

HSL color Cylindrical-coordinate representation of color #1035BE: hue angle of 227.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1035BE is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 53 190 -
CMYK 0.92 0.72 0 0.25
HSL 227.24º 0.84% 0.4% -
HSV(B) 227.24º 0.92% 0.75% -
XYZ 10.78 6.37 49.38 -
YUV 57.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 16 53 190 0.92 0.72 0 0.25 227.24 0.84 0.4
Hex 10 35 BE 5C 48 0 19 E3 54 28
Octal 20 65 276 134 110 0 31 343 124 50
Binary 10000 110101 10111110 1011100 1001000 0 11001 11100011 1010100 101000

Color Harmonies of #1035BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035BE

Black with #1035BE

Text Example


Text Example

White with #1035BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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