Html Css Color HEX #1343BA Persian Blue

📋 copy color: '#1343BA'

red 19 ◦ green 67 ◦ blue 186

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

Shades of Persian Blue #1343BA

Tints of Persian Blue #1343BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 6.99%
G = 24.63%
B = 68.38%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1343BA (or 0x1343BA) is known color: Persian Blue. HEX triplet: 13, 43 and BA. RGB value is (19,67,186). Sum of RGB (Red+Green+Blue) = 19+67+186=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #1343BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343BA is #ECBC45. Grayscale: #414141. Windows color (decimal): -15514694 or 12206867. OLE color: 12206867.

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

Color convert

RGB 19 67 186 -
CMYK 0.90 0.64 0 0.27
HSL 222.75º 0.81% 0.4% -
HSV(B) 222.75º 0.9% 0.73% -
XYZ 11.14 7.7 47.35 -
YUV 66.21 195.6 94.32 -
System Red Green Blue C M Y K H S L
Decimal 19 67 186 0.90 0.64 0 0.27 222.75 0.81 0.4
Hex 13 43 BA 5A 40 0 1B DF 51 28
Octal 23 103 272 132 100 0 33 337 121 50
Binary 10011 1000011 10111010 1011010 1000000 0 11011 11011111 1010001 101000

Color Harmonies of #1343BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343BA

Black with #1343BA

Text Example


Text Example

White with #1343BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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