Html Css Color HEX #1420BD Persian Blue

📋 copy color: '#1420BD'

red 20 ◦ green 32 ◦ blue 189

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

Shades of Persian Blue #1420BD

Tints of Persian Blue #1420BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 8.3%
G = 13.28%
B = 78.42%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1420BD (or 0x1420BD) is known color: Persian Blue. HEX triplet: 14, 20 and BD. RGB value is (20,32,189). Sum of RGB (Red+Green+Blue) = 20+32+189=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #1420BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420BD is #EBDF42. Grayscale: #2D2D2D. Windows color (decimal): -15458115 or 12394516. OLE color: 12394516.

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

Color convert

RGB 20 32 189 -
CMYK 0.89 0.83 0 0.26
HSL 235.74º 0.81% 0.41% -
HSV(B) 235.74º 0.89% 0.74% -
XYZ 9.99 4.86 48.55 -
YUV 46.31 208.52 109.23 -
System Red Green Blue C M Y K H S L
Decimal 20 32 189 0.89 0.83 0 0.26 235.74 0.81 0.41
Hex 14 20 BD 59 53 0 1A EC 51 29
Octal 24 40 275 131 123 0 32 354 121 51
Binary 10100 100000 10111101 1011001 1010011 0 11010 11101100 1010001 101001

Color Harmonies of #1420BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420BD

Black with #1420BD

Text Example


Text Example

White with #1420BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1420BD; }

 p { color: rgb(20,32,189); }

 H1.HeaderClassName
 {
   color: #1420BD;
 }
 .AnyTagClassName
 {
   color: #1420BD;
 }
</style>

background-color css

<style>
 a { background-color: #1420BD; }

 a { background-color: rgb(20,32,189); }

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

border-color css

<style>
 span { border-color: #1420BD; }

 span { border-color: rgb(20,32,189); }

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