Html Css Color HEX #1337BC Persian Blue

📋 copy color: '#1337BC'

red 19 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #1337BC

Tints of Persian Blue #1337BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 7.25%
G = 20.99%
B = 71.76%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1337BC (or 0x1337BC) is known color: Persian Blue. HEX triplet: 13, 37 and BC. RGB value is (19,55,188). Sum of RGB (Red+Green+Blue) = 19+55+188=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1337BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337BC is #ECC843. Grayscale: #3A3A3A. Windows color (decimal): -15517764 or 12334867. OLE color: 12334867.

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

Color convert

RGB 19 55 188 -
CMYK 0.90 0.71 0 0.26
HSL 227.22º 0.82% 0.41% -
HSV(B) 227.22º 0.9% 0.74% -
XYZ 10.71 6.5 48.27 -
YUV 59.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 19 55 188 0.90 0.71 0 0.26 227.22 0.82 0.41
Hex 13 37 BC 5A 47 0 1A E3 52 29
Octal 23 67 274 132 107 0 32 343 122 51
Binary 10011 110111 10111100 1011010 1000111 0 11010 11100011 1010010 101001

Color Harmonies of #1337BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337BC

Black with #1337BC

Text Example


Text Example

White with #1337BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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