Html Css Color HEX #1336CB Persian Blue

📋 copy color: '#1336CB'

red 19 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #1336CB

Tints of Persian Blue #1336CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.55%

R = 6.88%
G = 19.57%
B = 73.55%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1336CB (or 0x1336CB) is known color: Persian Blue. HEX triplet: 13, 36 and CB. RGB value is (19,54,203). Sum of RGB (Red+Green+Blue) = 19+54+203=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #1336CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1336CB is #ECC934. Grayscale: #3B3B3B. Windows color (decimal): -15518005 or 13317651. OLE color: 13317651.

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

Color convert

RGB 19 54 203 -
CMYK 0.91 0.73 0 0.20
HSL 228.59º 0.83% 0.44% -
HSV(B) 228.59º 0.91% 0.8% -
XYZ 12.37 7.09 57.22 -
YUV 60.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 19 54 203 0.91 0.73 0 0.20 228.59 0.83 0.44
Hex 13 36 CB 5B 49 0 14 E5 53 2C
Octal 23 66 313 133 111 0 24 345 123 54
Binary 10011 110110 11001011 1011011 1001001 0 10100 11100101 1010011 101100

Color Harmonies of #1336CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1336CB

Black with #1336CB

Text Example


Text Example

White with #1336CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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