Html Css Color HEX #1437BA Persian Blue

📋 copy color: '#1437BA'

red 20 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #1437BA

Tints of Persian Blue #1437BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 7.66%
G = 21.07%
B = 71.26%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1437BA (or 0x1437BA) is known color: Persian Blue. HEX triplet: 14, 37 and BA. RGB value is (20,55,186). Sum of RGB (Red+Green+Blue) = 20+55+186=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1437BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437BA is #EBC845. Grayscale: #3A3A3A. Windows color (decimal): -15452230 or 12203796. OLE color: 12203796.

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

Color convert

RGB 20 55 186 -
CMYK 0.89 0.70 0 0.27
HSL 227.35º 0.81% 0.4% -
HSV(B) 227.35º 0.89% 0.73% -
XYZ 10.52 6.43 47.14 -
YUV 59.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 20 55 186 0.89 0.70 0 0.27 227.35 0.81 0.4
Hex 14 37 BA 59 46 0 1B E3 51 28
Octal 24 67 272 131 106 0 33 343 121 50
Binary 10100 110111 10111010 1011001 1000110 0 11011 11100011 1010001 101000

Color Harmonies of #1437BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437BA

Black with #1437BA

Text Example


Text Example

White with #1437BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1437BA; }

 p { color: rgb(20,55,186); }

 H1.HeaderClassName
 {
   color: #1437BA;
 }
 .AnyTagClassName
 {
   color: #1437BA;
 }
</style>

background-color css

<style>
 a { background-color: #1437BA; }

 a { background-color: rgb(20,55,186); }

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

border-color css

<style>
 span { border-color: #1437BA; }

 span { border-color: rgb(20,55,186); }

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