Html Css Color HEX #1A35BA Persian Blue

📋 copy color: '#1A35BA'

red 26 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #1A35BA

Tints of Persian Blue #1A35BA

RGB

 RED value IS 26 (10.55% from 255) = 9.81%

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

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 9.81%
G = 20%
B = 70.19%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A35BA (or 0x1A35BA) is known color: Persian Blue. HEX triplet: 1A, 35 and BA. RGB value is (26,53,186). Sum of RGB (Red+Green+Blue) = 26+53+186=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A35BA is #E5CA45. Grayscale: #3B3B3B. Windows color (decimal): -15059526 or 12203290. OLE color: 12203290.

HSL color Cylindrical-coordinate representation of color #1A35BA: hue angle of 229.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A35BA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 53 186 -
CMYK 0.86 0.72 0 0.27
HSL 229.88º 0.75% 0.42% -
HSV(B) 229.88º 0.86% 0.73% -
XYZ 10.56 6.31 47.12 -
YUV 60.09 199.05 103.69 -
System Red Green Blue C M Y K H S L
Decimal 26 53 186 0.86 0.72 0 0.27 229.88 0.75 0.42
Hex 1A 35 BA 56 48 0 1B E6 4B 2A
Octal 32 65 272 126 110 0 33 346 113 52
Binary 11010 110101 10111010 1010110 1001000 0 11011 11100110 1001011 101010

Color Harmonies of #1A35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A35BA

Black with #1A35BA

Text Example


Text Example

White with #1A35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A35BA; }

 p { color: rgb(26,53,186); }

 H1.HeaderClassName
 {
   color: #1A35BA;
 }
 .AnyTagClassName
 {
   color: #1A35BA;
 }
</style>

background-color css

<style>
 a { background-color: #1A35BA; }

 a { background-color: rgb(26,53,186); }

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

border-color css

<style>
 span { border-color: #1A35BA; }

 span { border-color: rgb(26,53,186); }

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