Html Css Color HEX #1326BE Persian Blue

📋 copy color: '#1326BE'

red 19 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #1326BE

Tints of Persian Blue #1326BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 190 (74.61% from 255) = 76.92%

R = 7.69%
G = 15.38%
B = 76.92%

CMYK

 C value IS 0.90

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1326BE (or 0x1326BE) is known color: Persian Blue. HEX triplet: 13, 26 and BE. RGB value is (19,38,190). Sum of RGB (Red+Green+Blue) = 19+38+190=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #1326BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BE is #ECD941. Grayscale: #313131. Windows color (decimal): -15522114 or 12461587. OLE color: 12461587.

HSL color Cylindrical-coordinate representation of color #1326BE: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1326BE is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 38 190 -
CMYK 0.90 0.8 0 0.25
HSL 233.33º 0.82% 0.41% -
HSV(B) 233.33º 0.9% 0.75% -
XYZ 10.26 5.24 49.19 -
YUV 49.65 207.21 106.14 -
System Red Green Blue C M Y K H S L
Decimal 19 38 190 0.90 0.8 0 0.25 233.33 0.82 0.41
Hex 13 26 BE 5A 50 0 19 E9 52 29
Octal 23 46 276 132 120 0 31 351 122 51
Binary 10011 100110 10111110 1011010 1010000 0 11001 11101001 1010010 101001

Color Harmonies of #1326BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326BE

Black with #1326BE

Text Example


Text Example

White with #1326BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1326BE; }

 p { color: rgb(19,38,190); }

 H1.HeaderClassName
 {
   color: #1326BE;
 }
 .AnyTagClassName
 {
   color: #1326BE;
 }
</style>

background-color css

<style>
 a { background-color: #1326BE; }

 a { background-color: rgb(19,38,190); }

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

border-color css

<style>
 span { border-color: #1326BE; }

 span { border-color: rgb(19,38,190); }

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