Html Css Color HEX #1341BB Persian Blue

📋 copy color: '#1341BB'

red 19 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #1341BB

Tints of Persian Blue #1341BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 7.01%
G = 23.99%
B = 69%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1341BB (or 0x1341BB) is known color: Persian Blue. HEX triplet: 13, 41 and BB. RGB value is (19,65,187). Sum of RGB (Red+Green+Blue) = 19+65+187=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #1341BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341BB is #ECBE44. Grayscale: #404040. Windows color (decimal): -15515205 or 12271891. OLE color: 12271891.

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

Color convert

RGB 19 65 187 -
CMYK 0.90 0.65 0 0.27
HSL 223.57º 0.82% 0.4% -
HSV(B) 223.57º 0.9% 0.73% -
XYZ 11.13 7.51 47.88 -
YUV 65.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 19 65 187 0.90 0.65 0 0.27 223.57 0.82 0.4
Hex 13 41 BB 5A 41 0 1B E0 52 28
Octal 23 101 273 132 101 0 33 340 122 50
Binary 10011 1000001 10111011 1011010 1000001 0 11011 11100000 1010010 101000

Color Harmonies of #1341BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1341BB

Black with #1341BB

Text Example


Text Example

White with #1341BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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