Html Css Color HEX #1335BA Persian Blue

📋 copy color: '#1335BA'

red 19 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #1335BA

Tints of Persian Blue #1335BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 7.36%
G = 20.54%
B = 72.09%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1335BA (or 0x1335BA) is known color: Persian Blue. HEX triplet: 13, 35 and BA. RGB value is (19,53,186). Sum of RGB (Red+Green+Blue) = 19+53+186=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #1335BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1335BA is #ECCA45. Grayscale: #393939. Windows color (decimal): -15518278 or 12203283. OLE color: 12203283.

HSL color Cylindrical-coordinate representation of color #1335BA: hue angle of 227.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1335BA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 53 186 -
CMYK 0.90 0.72 0 0.27
HSL 227.78º 0.81% 0.4% -
HSV(B) 227.78º 0.9% 0.73% -
XYZ 10.4 6.23 47.11 -
YUV 58 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 19 53 186 0.90 0.72 0 0.27 227.78 0.81 0.4
Hex 13 35 BA 5A 48 0 1B E4 51 28
Octal 23 65 272 132 110 0 33 344 121 50
Binary 10011 110101 10111010 1011010 1001000 0 11011 11100100 1010001 101000

Color Harmonies of #1335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1335BA

Black with #1335BA

Text Example


Text Example

White with #1335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1335BA; }

 p { color: rgb(19,53,186); }

 H1.HeaderClassName
 {
   color: #1335BA;
 }
 .AnyTagClassName
 {
   color: #1335BA;
 }
</style>

background-color css

<style>
 a { background-color: #1335BA; }

 a { background-color: rgb(19,53,186); }

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

border-color css

<style>
 span { border-color: #1335BA; }

 span { border-color: rgb(19,53,186); }

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