Html Css Color HEX #1420BF Persian Blue

📋 copy color: '#1420BF'

red 20 ◦ green 32 ◦ blue 191

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

Shades of Persian Blue #1420BF

Tints of Persian Blue #1420BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.6%

R = 8.23%
G = 13.17%
B = 78.6%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1420BF (or 0x1420BF) is known color: Persian Blue. HEX triplet: 14, 20 and BF. RGB value is (20,32,191). Sum of RGB (Red+Green+Blue) = 20+32+191=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #1420BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420BF is #EBDF40. Grayscale: #2D2D2D. Windows color (decimal): -15458113 or 12525588. OLE color: 12525588.

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

Color convert

RGB 20 32 191 -
CMYK 0.90 0.83 0 0.25
HSL 235.79º 0.81% 0.41% -
HSV(B) 235.79º 0.9% 0.75% -
XYZ 10.21 4.94 49.71 -
YUV 46.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 20 32 191 0.90 0.83 0 0.25 235.79 0.81 0.41
Hex 14 20 BF 5A 53 0 19 EC 51 29
Octal 24 40 277 132 123 0 31 354 121 51
Binary 10100 100000 10111111 1011010 1010011 0 11001 11101100 1010001 101001

Color Harmonies of #1420BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420BF

Black with #1420BF

Text Example


Text Example

White with #1420BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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