Html Css Color HEX #1436BE Persian Blue

📋 copy color: '#1436BE'

red 20 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #1436BE

Tints of Persian Blue #1436BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 7.58%
G = 20.45%
B = 71.97%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1436BE (or 0x1436BE) is known color: Persian Blue. HEX triplet: 14, 36 and BE. RGB value is (20,54,190). Sum of RGB (Red+Green+Blue) = 20+54+190=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #1436BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436BE is #EBC941. Grayscale: #3A3A3A. Windows color (decimal): -15452482 or 12465684. OLE color: 12465684.

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

Color convert

RGB 20 54 190 -
CMYK 0.89 0.72 0 0.25
HSL 228º 0.81% 0.41% -
HSV(B) 228º 0.89% 0.75% -
XYZ 10.9 6.5 49.4 -
YUV 59.34 201.74 99.94 -
System Red Green Blue C M Y K H S L
Decimal 20 54 190 0.89 0.72 0 0.25 228 0.81 0.41
Hex 14 36 BE 59 48 0 19 E4 51 29
Octal 24 66 276 131 110 0 31 344 121 51
Binary 10100 110110 10111110 1011001 1001000 0 11001 11100100 1010001 101001

Color Harmonies of #1436BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1436BE

Black with #1436BE

Text Example


Text Example

White with #1436BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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