Html Css Color HEX #1421BA Persian Blue

📋 copy color: '#1421BA'

red 20 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #1421BA

Tints of Persian Blue #1421BA

RGB

 RED value IS 20 (8.2% from 255) = 8.37%

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

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

R = 8.37%
G = 13.81%
B = 77.82%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1421BA (or 0x1421BA) is known color: Persian Blue. HEX triplet: 14, 21 and BA. RGB value is (20,33,186). Sum of RGB (Red+Green+Blue) = 20+33+186=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #1421BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421BA is #EBDE45. Grayscale: #2D2D2D. Windows color (decimal): -15457862 or 12198164. OLE color: 12198164.

HSL color Cylindrical-coordinate representation of color #1421BA: hue angle of 235.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1421BA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 33 186 -
CMYK 0.89 0.82 0 0.27
HSL 235.3º 0.81% 0.4% -
HSV(B) 235.3º 0.89% 0.73% -
XYZ 9.7 4.78 46.87 -
YUV 46.56 206.69 109.06 -
System Red Green Blue C M Y K H S L
Decimal 20 33 186 0.89 0.82 0 0.27 235.3 0.81 0.4
Hex 14 21 BA 59 52 0 1B EB 51 28
Octal 24 41 272 131 122 0 33 353 121 50
Binary 10100 100001 10111010 1011001 1010010 0 11011 11101011 1010001 101000

Color Harmonies of #1421BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421BA

Black with #1421BA

Text Example


Text Example

White with #1421BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1421BA; }

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

 H1.HeaderClassName
 {
   color: #1421BA;
 }
 .AnyTagClassName
 {
   color: #1421BA;
 }
</style>

background-color css

<style>
 a { background-color: #1421BA; }

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

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

border-color css

<style>
 span { border-color: #1421BA; }

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

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