Html Css Color HEX #1340BB Persian Blue

📋 copy color: '#1340BB'

red 19 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #1340BB

Tints of Persian Blue #1340BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 7.04%
G = 23.7%
B = 69.26%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1340BB (or 0x1340BB) is known color: Persian Blue. HEX triplet: 13, 40 and BB. RGB value is (19,64,187). Sum of RGB (Red+Green+Blue) = 19+64+187=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #1340BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340BB is #ECBF44. Grayscale: #404040. Windows color (decimal): -15515461 or 12271635. OLE color: 12271635.

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

Color convert

RGB 19 64 187 -
CMYK 0.90 0.66 0 0.27
HSL 223.93º 0.82% 0.4% -
HSV(B) 223.93º 0.9% 0.73% -
XYZ 11.07 7.39 47.86 -
YUV 64.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 19 64 187 0.90 0.66 0 0.27 223.93 0.82 0.4
Hex 13 40 BB 5A 42 0 1B E0 52 28
Octal 23 100 273 132 102 0 33 340 122 50
Binary 10011 1000000 10111011 1011010 1000010 0 11011 11100000 1010010 101000

Color Harmonies of #1340BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340BB

Black with #1340BB

Text Example


Text Example

White with #1340BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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