Html Css Color HEX #1337CF Persian Blue

📋 copy color: '#1337CF'

red 19 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #1337CF

Tints of Persian Blue #1337CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.67%

R = 6.76%
G = 19.57%
B = 73.67%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1337CF (or 0x1337CF) is known color: Persian Blue. HEX triplet: 13, 37 and CF. RGB value is (19,55,207). Sum of RGB (Red+Green+Blue) = 19+55+207=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #1337CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337CF is #ECC830. Grayscale: #3C3C3C. Windows color (decimal): -15517745 or 13580051. OLE color: 13580051.

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

Color convert

RGB 19 55 207 -
CMYK 0.91 0.73 0 0.19
HSL 228.51º 0.83% 0.44% -
HSV(B) 228.51º 0.91% 0.81% -
XYZ 12.9 7.38 59.78 -
YUV 61.56 210.07 97.64 -
System Red Green Blue C M Y K H S L
Decimal 19 55 207 0.91 0.73 0 0.19 228.51 0.83 0.44
Hex 13 37 CF 5B 49 0 13 E5 53 2C
Octal 23 67 317 133 111 0 23 345 123 54
Binary 10011 110111 11001111 1011011 1001001 0 10011 11100101 1010011 101100

Color Harmonies of #1337CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337CF

Black with #1337CF

Text Example


Text Example

White with #1337CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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