Html Css Color HEX #1A1BBE Persian Blue

📋 copy color: '#1A1BBE'

red 26 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #1A1BBE

Tints of Persian Blue #1A1BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.11%

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

R = 10.7%
G = 11.11%
B = 78.19%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A1BBE (or 0x1A1BBE) is known color: Persian Blue. HEX triplet: 1A, 1B and BE. RGB value is (26,27,190). Sum of RGB (Red+Green+Blue) = 26+27+190=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A1BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1BBE is #E5E441. Grayscale: #2C2C2C. Windows color (decimal): -15066178 or 12458778. OLE color: 12458778.

HSL color Cylindrical-coordinate representation of color #1A1BBE: hue angle of 239.63º 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 #1A1BBE is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 27 190 -
CMYK 0.86 0.86 0 0.25
HSL 239.63º 0.76% 0.42% -
HSV(B) 239.63º 0.86% 0.75% -
XYZ 10.11 4.72 49.09 -
YUV 45.28 209.67 114.25 -
System Red Green Blue C M Y K H S L
Decimal 26 27 190 0.86 0.86 0 0.25 239.63 0.76 0.42
Hex 1A 1B BE 56 56 0 19 F0 4C 2A
Octal 32 33 276 126 126 0 31 360 114 52
Binary 11010 11011 10111110 1010110 1010110 0 11001 11110000 1001100 101010

Color Harmonies of #1A1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1BBE

Black with #1A1BBE

Text Example


Text Example

White with #1A1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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