Html Css Color HEX #1336CD Persian Blue

📋 copy color: '#1336CD'

red 19 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #1336CD

Tints of Persian Blue #1336CD

RGB

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

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

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

R = 6.83%
G = 19.42%
B = 73.74%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1336CD (or 0x1336CD) is known color: Persian Blue. HEX triplet: 13, 36 and CD. RGB value is (19,54,205). Sum of RGB (Red+Green+Blue) = 19+54+205=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1336CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336CD is #ECC932. Grayscale: #3C3C3C. Windows color (decimal): -15518003 or 13448723. OLE color: 13448723.

HSL color Cylindrical-coordinate representation of color #1336CD: hue angle of 228.71º 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 #1336CD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 54 205 -
CMYK 0.91 0.74 0 0.20
HSL 228.71º 0.83% 0.44% -
HSV(B) 228.71º 0.91% 0.8% -
XYZ 12.61 7.18 58.48 -
YUV 60.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 19 54 205 0.91 0.74 0 0.20 228.71 0.83 0.44
Hex 13 36 CD 5B 4A 0 14 E5 53 2C
Octal 23 66 315 133 112 0 24 345 123 54
Binary 10011 110110 11001101 1011011 1001010 0 10100 11100101 1010011 101100

Color Harmonies of #1336CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1336CD

Black with #1336CD

Text Example


Text Example

White with #1336CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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