Html Css Color HEX #1337BB Persian Blue

📋 copy color: '#1337BB'

red 19 ◦ green 55 ◦ blue 187

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

Shades of Persian Blue #1337BB

Tints of Persian Blue #1337BB

RGB

 RED value IS 19 (7.81% from 255) = 7.28%

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

 BLUE value IS 187 (73.44% from 255) = 71.65%

R = 7.28%
G = 21.07%
B = 71.65%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1337BB (or 0x1337BB) is known color: Persian Blue. HEX triplet: 13, 37 and BB. RGB value is (19,55,187). Sum of RGB (Red+Green+Blue) = 19+55+187=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #1337BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337BB is #ECC844. Grayscale: #3A3A3A. Windows color (decimal): -15517765 or 12269331. OLE color: 12269331.

HSL color Cylindrical-coordinate representation of color #1337BB: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1337BB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 55 187 -
CMYK 0.90 0.71 0 0.27
HSL 227.14º 0.82% 0.4% -
HSV(B) 227.14º 0.9% 0.73% -
XYZ 10.6 6.46 47.7 -
YUV 59.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 19 55 187 0.90 0.71 0 0.27 227.14 0.82 0.4
Hex 13 37 BB 5A 47 0 1B E3 52 28
Octal 23 67 273 132 107 0 33 343 122 50
Binary 10011 110111 10111011 1011010 1000111 0 11011 11100011 1010010 101000

Color Harmonies of #1337BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337BB

Black with #1337BB

Text Example


Text Example

White with #1337BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1337BB; }

 p { color: rgb(19,55,187); }

 H1.HeaderClassName
 {
   color: #1337BB;
 }
 .AnyTagClassName
 {
   color: #1337BB;
 }
</style>

background-color css

<style>
 a { background-color: #1337BB; }

 a { background-color: rgb(19,55,187); }

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

border-color css

<style>
 span { border-color: #1337BB; }

 span { border-color: rgb(19,55,187); }

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