Html Css Color HEX #1420BE Persian Blue

📋 copy color: '#1420BE'

red 20 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #1420BE

Tints of Persian Blue #1420BE

RGB

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

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

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

R = 8.26%
G = 13.22%
B = 78.51%

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

#1420BE (or 0x1420BE) is known color: Persian Blue. HEX triplet: 14, 20 and BE. RGB value is (20,32,190). Sum of RGB (Red+Green+Blue) = 20+32+190=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #1420BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420BE is #EBDF41. Grayscale: #2D2D2D. Windows color (decimal): -15458114 or 12460052. OLE color: 12460052.

HSL color Cylindrical-coordinate representation of color #1420BE: hue angle of 235.76º 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 #1420BE is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 32 190 -
CMYK 0.89 0.83 0 0.25
HSL 235.76º 0.81% 0.41% -
HSV(B) 235.76º 0.89% 0.75% -
XYZ 10.1 4.9 49.13 -
YUV 46.42 209.02 109.15 -
System Red Green Blue C M Y K H S L
Decimal 20 32 190 0.89 0.83 0 0.25 235.76 0.81 0.41
Hex 14 20 BE 59 53 0 19 EC 51 29
Octal 24 40 276 131 123 0 31 354 121 51
Binary 10100 100000 10111110 1011001 1010011 0 11001 11101100 1010001 101001

Color Harmonies of #1420BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420BE

Black with #1420BE

Text Example


Text Example

White with #1420BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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