Html Css Color HEX #1A36BE Persian Blue

📋 copy color: '#1A36BE'

red 26 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #1A36BE

Tints of Persian Blue #1A36BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 9.63%
G = 20%
B = 70.37%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A36BE (or 0x1A36BE) is known color: Persian Blue. HEX triplet: 1A, 36 and BE. RGB value is (26,54,190). Sum of RGB (Red+Green+Blue) = 26+54+190=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A36BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A36BE is #E5C941. Grayscale: #3C3C3C. Windows color (decimal): -15059266 or 12465690. OLE color: 12465690.

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

Color convert

RGB 26 54 190 -
CMYK 0.86 0.72 0 0.25
HSL 229.76º 0.76% 0.42% -
HSV(B) 229.76º 0.86% 0.75% -
XYZ 11.04 6.58 49.4 -
YUV 61.13 200.72 102.94 -
System Red Green Blue C M Y K H S L
Decimal 26 54 190 0.86 0.72 0 0.25 229.76 0.76 0.42
Hex 1A 36 BE 56 48 0 19 E6 4C 2A
Octal 32 66 276 126 110 0 31 346 114 52
Binary 11010 110110 10111110 1010110 1001000 0 11001 11100110 1001100 101010

Color Harmonies of #1A36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A36BE

Black with #1A36BE

Text Example


Text Example

White with #1A36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,54,190); }

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

background-color css

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

 a { background-color: rgb(26,54,190); }

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

border-color css

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

 span { border-color: rgb(26,54,190); }

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