Html Css Color HEX #1326BB Persian Blue

📋 copy color: '#1326BB'

red 19 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #1326BB

Tints of Persian Blue #1326BB

RGB

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

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

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

R = 7.79%
G = 15.57%
B = 76.64%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1326BB (or 0x1326BB) is known color: Persian Blue. HEX triplet: 13, 26 and BB. RGB value is (19,38,187). Sum of RGB (Red+Green+Blue) = 19+38+187=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #1326BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BB is #ECD944. Grayscale: #303030. Windows color (decimal): -15522117 or 12264979. OLE color: 12264979.

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

Color convert

RGB 19 38 187 -
CMYK 0.90 0.80 0 0.27
HSL 233.21º 0.82% 0.4% -
HSV(B) 233.21º 0.9% 0.73% -
XYZ 9.93 5.11 47.48 -
YUV 49.31 205.71 106.38 -
System Red Green Blue C M Y K H S L
Decimal 19 38 187 0.90 0.80 0 0.27 233.21 0.82 0.4
Hex 13 26 BB 5A 50 0 1B E9 52 28
Octal 23 46 273 132 120 0 33 351 122 50
Binary 10011 100110 10111011 1011010 1010000 0 11011 11101001 1010010 101000

Color Harmonies of #1326BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326BB

Black with #1326BB

Text Example


Text Example

White with #1326BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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