Html Css Color HEX #1420BB Persian Blue

📋 copy color: '#1420BB'

red 20 ◦ green 32 ◦ blue 187

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

Shades of Persian Blue #1420BB

Tints of Persian Blue #1420BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.24%

R = 8.37%
G = 13.39%
B = 78.24%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1420BB (or 0x1420BB) is known color: Persian Blue. HEX triplet: 14, 20 and BB. RGB value is (20,32,187). Sum of RGB (Red+Green+Blue) = 20+32+187=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #1420BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420BB is #EBDF44. Grayscale: #2D2D2D. Windows color (decimal): -15458117 or 12263444. OLE color: 12263444.

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

Color convert

RGB 20 32 187 -
CMYK 0.89 0.83 0 0.27
HSL 235.69º 0.81% 0.41% -
HSV(B) 235.69º 0.89% 0.73% -
XYZ 9.77 4.77 47.42 -
YUV 46.08 207.52 109.4 -
System Red Green Blue C M Y K H S L
Decimal 20 32 187 0.89 0.83 0 0.27 235.69 0.81 0.41
Hex 14 20 BB 59 53 0 1B EC 51 29
Octal 24 40 273 131 123 0 33 354 121 51
Binary 10100 100000 10111011 1011001 1010011 0 11011 11101100 1010001 101001

Color Harmonies of #1420BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420BB

Black with #1420BB

Text Example


Text Example

White with #1420BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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