Html Css Color HEX #1337DD Persian Blue

📋 copy color: '#1337DD'

red 19 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #1337DD

Tints of Persian Blue #1337DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 6.44%
G = 18.64%
B = 74.92%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1337DD (or 0x1337DD) is known color: Persian Blue. HEX triplet: 13, 37 and DD. RGB value is (19,55,221). Sum of RGB (Red+Green+Blue) = 19+55+221=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #1337DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337DD is #ECC822. Grayscale: #3E3E3E. Windows color (decimal): -15517731 or 14497555. OLE color: 14497555.

HSL color Cylindrical-coordinate representation of color #1337DD: hue angle of 229.31º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1337DD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 55 221 -
CMYK 0.91 0.75 0 0.13
HSL 229.31º 0.84% 0.47% -
HSV(B) 229.31º 0.91% 0.87% -
XYZ 14.69 8.09 69.19 -
YUV 63.16 217.07 96.5 -
System Red Green Blue C M Y K H S L
Decimal 19 55 221 0.91 0.75 0 0.13 229.31 0.84 0.47
Hex 13 37 DD 5B 4B 0 D E5 54 2F
Octal 23 67 335 133 113 0 15 345 124 57
Binary 10011 110111 11011101 1011011 1001011 0 1101 11100101 1010100 101111

Color Harmonies of #1337DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337DD

Black with #1337DD

Text Example


Text Example

White with #1337DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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