Html Css Color HEX #1337CD Persian Blue

📋 copy color: '#1337CD'

red 19 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1337CD

Tints of Persian Blue #1337CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 73.48%

R = 6.81%
G = 19.71%
B = 73.48%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1337CD (or 0x1337CD) is known color: Persian Blue. HEX triplet: 13, 37 and CD. RGB value is (19,55,205). Sum of RGB (Red+Green+Blue) = 19+55+205=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #1337CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337CD is #ECC832. Grayscale: #3C3C3C. Windows color (decimal): -15517747 or 13448979. OLE color: 13448979.

HSL color Cylindrical-coordinate representation of color #1337CD: hue angle of 228.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1337CD is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 55 205 -
CMYK 0.91 0.73 0 0.20
HSL 228.39º 0.83% 0.44% -
HSV(B) 228.39º 0.91% 0.8% -
XYZ 12.65 7.28 58.5 -
YUV 61.34 209.07 97.8 -
System Red Green Blue C M Y K H S L
Decimal 19 55 205 0.91 0.73 0 0.20 228.39 0.83 0.44
Hex 13 37 CD 5B 49 0 14 E4 53 2C
Octal 23 67 315 133 111 0 24 344 123 54
Binary 10011 110111 11001101 1011011 1001001 0 10100 11100100 1010011 101100

Color Harmonies of #1337CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337CD

Black with #1337CD

Text Example


Text Example

White with #1337CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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