Html Css Color HEX #1421BE Persian Blue

📋 copy color: '#1421BE'

red 20 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #1421BE

Tints of Persian Blue #1421BE

RGB

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

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

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

R = 8.23%
G = 13.58%
B = 78.19%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1421BE (or 0x1421BE) is known color: Persian Blue. HEX triplet: 14, 21 and BE. RGB value is (20,33,190). Sum of RGB (Red+Green+Blue) = 20+33+190=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 33 (13.28% from 255 or 13.58% 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 #1421BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421BE is #EBDE41. Grayscale: #2E2E2E. Windows color (decimal): -15457858 or 12460308. OLE color: 12460308.

HSL color Cylindrical-coordinate representation of color #1421BE: hue angle of 235.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1421BE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 33 190 -
CMYK 0.89 0.83 0 0.25
HSL 235.41º 0.81% 0.41% -
HSV(B) 235.41º 0.89% 0.75% -
XYZ 10.13 4.95 49.14 -
YUV 47.01 208.69 108.73 -
System Red Green Blue C M Y K H S L
Decimal 20 33 190 0.89 0.83 0 0.25 235.41 0.81 0.41
Hex 14 21 BE 59 53 0 19 EB 51 29
Octal 24 41 276 131 123 0 31 353 121 51
Binary 10100 100001 10111110 1011001 1010011 0 11001 11101011 1010001 101001

Color Harmonies of #1421BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421BE

Black with #1421BE

Text Example


Text Example

White with #1421BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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