Html Css Color HEX #1335BB Persian Blue

📋 copy color: '#1335BB'

red 19 ◦ green 53 ◦ blue 187

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

Shades of Persian Blue #1335BB

Tints of Persian Blue #1335BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 72.2%

R = 7.34%
G = 20.46%
B = 72.2%

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

#1335BB (or 0x1335BB) is known color: Persian Blue. HEX triplet: 13, 35 and BB. RGB value is (19,53,187). Sum of RGB (Red+Green+Blue) = 19+53+187=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #1335BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1335BB is #ECCA44. Grayscale: #393939. Windows color (decimal): -15518277 or 12268819. OLE color: 12268819.

HSL color Cylindrical-coordinate representation of color #1335BB: hue angle of 227.86º degrees, saturation: 0.82, 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 #1335BB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 53 187 -
CMYK 0.90 0.72 0 0.27
HSL 227.86º 0.82% 0.4% -
HSV(B) 227.86º 0.9% 0.73% -
XYZ 10.51 6.27 47.67 -
YUV 58.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 19 53 187 0.90 0.72 0 0.27 227.86 0.82 0.4
Hex 13 35 BB 5A 48 0 1B E4 52 28
Octal 23 65 273 132 110 0 33 344 122 50
Binary 10011 110101 10111011 1011010 1001000 0 11011 11100100 1010010 101000

Color Harmonies of #1335BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1335BB

Black with #1335BB

Text Example


Text Example

White with #1335BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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