Html Css Color HEX #1A44BE Persian Blue

📋 copy color: '#1A44BE'

red 26 ◦ green 68 ◦ blue 190

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

Shades of Persian Blue #1A44BE

Tints of Persian Blue #1A44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 9.15%
G = 23.94%
B = 66.9%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A44BE (or 0x1A44BE) is known color: Persian Blue. HEX triplet: 1A, 44 and BE. RGB value is (26,68,190). Sum of RGB (Red+Green+Blue) = 26+68+190=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44BE is #E5BB41. Grayscale: #444444. Windows color (decimal): -15055682 or 12469274. OLE color: 12469274.

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

Color convert

RGB 26 68 190 -
CMYK 0.86 0.64 0 0.25
HSL 224.63º 0.76% 0.42% -
HSV(B) 224.63º 0.86% 0.75% -
XYZ 11.79 8.07 49.65 -
YUV 69.35 196.09 97.08 -
System Red Green Blue C M Y K H S L
Decimal 26 68 190 0.86 0.64 0 0.25 224.63 0.76 0.42
Hex 1A 44 BE 56 40 0 19 E1 4C 2A
Octal 32 104 276 126 100 0 31 341 114 52
Binary 11010 1000100 10111110 1010110 1000000 0 11001 11100001 1001100 101010

Color Harmonies of #1A44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A44BE

Black with #1A44BE

Text Example


Text Example

White with #1A44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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