Html Css Color HEX #1A28BE Persian Blue

📋 copy color: '#1A28BE'

red 26 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #1A28BE

Tints of Persian Blue #1A28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 10.16%
G = 15.63%
B = 74.22%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A28BE (or 0x1A28BE) is known color: Persian Blue. HEX triplet: 1A, 28 and BE. RGB value is (26,40,190). Sum of RGB (Red+Green+Blue) = 26+40+190=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A28BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A28BE is #E5D741. Grayscale: #343434. Windows color (decimal): -15062850 or 12462106. OLE color: 12462106.

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

Color convert

RGB 26 40 190 -
CMYK 0.86 0.79 0 0.25
HSL 234.88º 0.76% 0.42% -
HSV(B) 234.88º 0.86% 0.75% -
XYZ 10.48 5.45 49.22 -
YUV 52.91 205.36 108.8 -
System Red Green Blue C M Y K H S L
Decimal 26 40 190 0.86 0.79 0 0.25 234.88 0.76 0.42
Hex 1A 28 BE 56 4F 0 19 EB 4C 2A
Octal 32 50 276 126 117 0 31 353 114 52
Binary 11010 101000 10111110 1010110 1001111 0 11001 11101011 1001100 101010

Color Harmonies of #1A28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A28BE

Black with #1A28BE

Text Example


Text Example

White with #1A28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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