Html Css Color HEX #1436BF Persian Blue

📋 copy color: '#1436BF'

red 20 ◦ green 54 ◦ blue 191

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

Shades of Persian Blue #1436BF

Tints of Persian Blue #1436BF

RGB

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

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

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

R = 7.55%
G = 20.38%
B = 72.08%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1436BF (or 0x1436BF) is known color: Persian Blue. HEX triplet: 14, 36 and BF. RGB value is (20,54,191). Sum of RGB (Red+Green+Blue) = 20+54+191=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #1436BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436BF is #EBC940. Grayscale: #3A3A3A. Windows color (decimal): -15452481 or 12531220. OLE color: 12531220.

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

Color convert

RGB 20 54 191 -
CMYK 0.90 0.72 0 0.25
HSL 228.07º 0.81% 0.41% -
HSV(B) 228.07º 0.9% 0.75% -
XYZ 11.01 6.55 49.97 -
YUV 59.45 202.24 99.86 -
System Red Green Blue C M Y K H S L
Decimal 20 54 191 0.90 0.72 0 0.25 228.07 0.81 0.41
Hex 14 36 BF 5A 48 0 19 E4 51 29
Octal 24 66 277 132 110 0 31 344 121 51
Binary 10100 110110 10111111 1011010 1001000 0 11001 11100100 1010001 101001

Color Harmonies of #1436BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1436BF

Black with #1436BF

Text Example


Text Example

White with #1436BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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