Html Css Color HEX #1437BE Persian Blue

📋 copy color: '#1437BE'

red 20 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #1437BE

Tints of Persian Blue #1437BE

RGB

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

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

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

R = 7.55%
G = 20.75%
B = 71.7%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1437BE (or 0x1437BE) is known color: Persian Blue. HEX triplet: 14, 37 and BE. RGB value is (20,55,190). Sum of RGB (Red+Green+Blue) = 20+55+190=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #1437BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437BE is #EBC841. Grayscale: #3B3B3B. Windows color (decimal): -15452226 or 12465940. OLE color: 12465940.

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

Color convert

RGB 20 55 190 -
CMYK 0.89 0.71 0 0.25
HSL 227.65º 0.81% 0.41% -
HSV(B) 227.65º 0.89% 0.75% -
XYZ 10.95 6.6 49.41 -
YUV 59.93 201.4 99.52 -
System Red Green Blue C M Y K H S L
Decimal 20 55 190 0.89 0.71 0 0.25 227.65 0.81 0.41
Hex 14 37 BE 59 47 0 19 E4 51 29
Octal 24 67 276 131 107 0 31 344 121 51
Binary 10100 110111 10111110 1011001 1000111 0 11001 11100100 1010001 101001

Color Harmonies of #1437BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437BE

Black with #1437BE

Text Example


Text Example

White with #1437BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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