Html Css Color HEX #1334BA Persian Blue

📋 copy color: '#1334BA'

red 19 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #1334BA

Tints of Persian Blue #1334BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 7.39%
G = 20.23%
B = 72.37%

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

#1334BA (or 0x1334BA) is known color: Persian Blue. HEX triplet: 13, 34 and BA. RGB value is (19,52,186). Sum of RGB (Red+Green+Blue) = 19+52+186=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1334BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334BA is #ECCB45. Grayscale: #383838. Windows color (decimal): -15518534 or 12203027. OLE color: 12203027.

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

Color convert

RGB 19 52 186 -
CMYK 0.90 0.72 0 0.27
HSL 228.14º 0.81% 0.4% -
HSV(B) 228.14º 0.9% 0.73% -
XYZ 10.36 6.14 47.09 -
YUV 57.41 200.57 100.6 -
System Red Green Blue C M Y K H S L
Decimal 19 52 186 0.90 0.72 0 0.27 228.14 0.81 0.4
Hex 13 34 BA 5A 48 0 1B E4 51 28
Octal 23 64 272 132 110 0 33 344 121 50
Binary 10011 110100 10111010 1011010 1001000 0 11011 11100100 1010001 101000

Color Harmonies of #1334BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334BA

Black with #1334BA

Text Example


Text Example

White with #1334BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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