Html Css Color HEX #1336D5 Persian Blue

📋 copy color: '#1336D5'

red 19 ◦ green 54 ◦ blue 213

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

Shades of Persian Blue #1336D5

Tints of Persian Blue #1336D5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 213 (83.59% from 255) = 74.48%

R = 6.64%
G = 18.88%
B = 74.48%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1336D5 (or 0x1336D5) is known color: Persian Blue. HEX triplet: 13, 36 and D5. RGB value is (19,54,213). Sum of RGB (Red+Green+Blue) = 19+54+213=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 213 (83.59% from 255 or 74.48% from 286); Max value from RGB is 213 - color contains mainly: blue. Hex color #1336D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336D5 is #ECC92A. Grayscale: #3C3C3C. Windows color (decimal): -15517995 or 13973011. OLE color: 13973011.

HSL color Cylindrical-coordinate representation of color #1336D5: hue angle of 229.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1336D5 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 54 213 -
CMYK 0.91 0.75 0 0.16
HSL 229.18º 0.84% 0.45% -
HSV(B) 229.18º 0.91% 0.84% -
XYZ 13.6 7.58 63.7 -
YUV 61.66 213.4 97.57 -
System Red Green Blue C M Y K H S L
Decimal 19 54 213 0.91 0.75 0 0.16 229.18 0.84 0.45
Hex 13 36 D5 5B 4B 0 10 E5 54 2D
Octal 23 66 325 133 113 0 20 345 124 55
Binary 10011 110110 11010101 1011011 1001011 0 10000 11100101 1010100 101101

Color Harmonies of #1336D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1336D5

Black with #1336D5

Text Example


Text Example

White with #1336D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1336D5; }

 p { color: rgb(19,54,213); }

 H1.HeaderClassName
 {
   color: #1336D5;
 }
 .AnyTagClassName
 {
   color: #1336D5;
 }
</style>

background-color css

<style>
 a { background-color: #1336D5; }

 a { background-color: rgb(19,54,213); }

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

border-color css

<style>
 span { border-color: #1336D5; }

 span { border-color: rgb(19,54,213); }

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