Html Css Color HEX #1336CE Persian Blue

📋 copy color: '#1336CE'

red 19 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #1336CE

Tints of Persian Blue #1336CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 6.81%
G = 19.35%
B = 73.84%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1336CE (or 0x1336CE) is known color: Persian Blue. HEX triplet: 13, 36 and CE. RGB value is (19,54,206). Sum of RGB (Red+Green+Blue) = 19+54+206=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #1336CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336CE is #ECC931. Grayscale: #3C3C3C. Windows color (decimal): -15518002 or 13514259. OLE color: 13514259.

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

Color convert

RGB 19 54 206 -
CMYK 0.91 0.74 0 0.19
HSL 228.77º 0.83% 0.44% -
HSV(B) 228.77º 0.91% 0.81% -
XYZ 12.73 7.23 59.12 -
YUV 60.86 209.9 98.14 -
System Red Green Blue C M Y K H S L
Decimal 19 54 206 0.91 0.74 0 0.19 228.77 0.83 0.44
Hex 13 36 CE 5B 4A 0 13 E5 53 2C
Octal 23 66 316 133 112 0 23 345 123 54
Binary 10011 110110 11001110 1011011 1001010 0 10011 11100101 1010011 101100

Color Harmonies of #1336CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1336CE

Black with #1336CE

Text Example


Text Example

White with #1336CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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