Html Css Color HEX #1A21BA Persian Blue

📋 copy color: '#1A21BA'

red 26 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #1A21BA

Tints of Persian Blue #1A21BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 10.61%
G = 13.47%
B = 75.92%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A21BA (or 0x1A21BA) is known color: Persian Blue. HEX triplet: 1A, 21 and BA. RGB value is (26,33,186). Sum of RGB (Red+Green+Blue) = 26+33+186=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A21BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A21BA is #E5DE45. Grayscale: #2F2F2F. Windows color (decimal): -15064646 or 12198170. OLE color: 12198170.

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

Color convert

RGB 26 33 186 -
CMYK 0.86 0.82 0 0.27
HSL 237.38º 0.75% 0.42% -
HSV(B) 237.38º 0.86% 0.73% -
XYZ 9.83 4.85 46.87 -
YUV 48.35 205.68 112.06 -
System Red Green Blue C M Y K H S L
Decimal 26 33 186 0.86 0.82 0 0.27 237.38 0.75 0.42
Hex 1A 21 BA 56 52 0 1B ED 4B 2A
Octal 32 41 272 126 122 0 33 355 113 52
Binary 11010 100001 10111010 1010110 1010010 0 11011 11101101 1001011 101010

Color Harmonies of #1A21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A21BA

Black with #1A21BA

Text Example


Text Example

White with #1A21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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