Html Css Color HEX #1337DF Persian Blue

📋 copy color: '#1337DF'

red 19 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #1337DF

Tints of Persian Blue #1337DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 6.4%
G = 18.52%
B = 75.08%

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

#1337DF (or 0x1337DF) is known color: Persian Blue. HEX triplet: 13, 37 and DF. RGB value is (19,55,223). Sum of RGB (Red+Green+Blue) = 19+55+223=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1337DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337DF is #ECC820. Grayscale: #3E3E3E. Windows color (decimal): -15517729 or 14628627. OLE color: 14628627.

HSL color Cylindrical-coordinate representation of color #1337DF: hue angle of 229.41º 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 #1337DF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 55 223 -
CMYK 0.91 0.75 0 0.13
HSL 229.41º 0.84% 0.47% -
HSV(B) 229.41º 0.91% 0.87% -
XYZ 14.95 8.2 70.61 -
YUV 63.39 218.07 96.34 -
System Red Green Blue C M Y K H S L
Decimal 19 55 223 0.91 0.75 0 0.13 229.41 0.84 0.47
Hex 13 37 DF 5B 4B 0 D E5 54 2F
Octal 23 67 337 133 113 0 15 345 124 57
Binary 10011 110111 11011111 1011011 1001011 0 1101 11100101 1010100 101111

Color Harmonies of #1337DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337DF

Black with #1337DF

Text Example


Text Example

White with #1337DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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