Html Css Color HEX #1035BC Persian Blue

📋 copy color: '#1035BC'

red 16 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #1035BC

Tints of Persian Blue #1035BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 6.23%
G = 20.62%
B = 73.15%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1035BC (or 0x1035BC) is known color: Persian Blue. HEX triplet: 10, 35 and BC. RGB value is (16,53,188). Sum of RGB (Red+Green+Blue) = 16+53+188=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #1035BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035BC is #EFCA43. Grayscale: #383838. Windows color (decimal): -15714884 or 12334352. OLE color: 12334352.

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

Color convert

RGB 16 53 188 -
CMYK 0.91 0.72 0 0.26
HSL 227.09º 0.84% 0.4% -
HSV(B) 227.09º 0.91% 0.74% -
XYZ 10.56 6.29 48.23 -
YUV 57.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 16 53 188 0.91 0.72 0 0.26 227.09 0.84 0.4
Hex 10 35 BC 5B 48 0 1A E3 54 28
Octal 20 65 274 133 110 0 32 343 124 50
Binary 10000 110101 10111100 1011011 1001000 0 11010 11100011 1010100 101000

Color Harmonies of #1035BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035BC

Black with #1035BC

Text Example


Text Example

White with #1035BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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