Html Css Color HEX #1340BC Persian Blue

📋 copy color: '#1340BC'

red 19 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #1340BC

Tints of Persian Blue #1340BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 7.01%
G = 23.62%
B = 69.37%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1340BC (or 0x1340BC) is known color: Persian Blue. HEX triplet: 13, 40 and BC. RGB value is (19,64,188). Sum of RGB (Red+Green+Blue) = 19+64+188=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #1340BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340BC is #ECBF43. Grayscale: #404040. Windows color (decimal): -15515460 or 12337171. OLE color: 12337171.

HSL color Cylindrical-coordinate representation of color #1340BC: hue angle of 224.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1340BC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 64 188 -
CMYK 0.90 0.66 0 0.26
HSL 224.02º 0.82% 0.41% -
HSV(B) 224.02º 0.9% 0.74% -
XYZ 11.18 7.44 48.42 -
YUV 64.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 19 64 188 0.90 0.66 0 0.26 224.02 0.82 0.41
Hex 13 40 BC 5A 42 0 1A E0 52 29
Octal 23 100 274 132 102 0 32 340 122 51
Binary 10011 1000000 10111100 1011010 1000010 0 11010 11100000 1010010 101001

Color Harmonies of #1340BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340BC

Black with #1340BC

Text Example


Text Example

White with #1340BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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