Html Css Color HEX #1326BC Persian Blue

📋 copy color: '#1326BC'

red 19 ◦ green 38 ◦ blue 188

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

Shades of Persian Blue #1326BC

Tints of Persian Blue #1326BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.73%

R = 7.76%
G = 15.51%
B = 76.73%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1326BC (or 0x1326BC) is known color: Persian Blue. HEX triplet: 13, 26 and BC. RGB value is (19,38,188). Sum of RGB (Red+Green+Blue) = 19+38+188=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #1326BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BC is #ECD943. Grayscale: #303030. Windows color (decimal): -15522116 or 12330515. OLE color: 12330515.

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

Color convert

RGB 19 38 188 -
CMYK 0.90 0.80 0 0.26
HSL 233.25º 0.82% 0.41% -
HSV(B) 233.25º 0.9% 0.74% -
XYZ 10.04 5.16 48.04 -
YUV 49.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 19 38 188 0.90 0.80 0 0.26 233.25 0.82 0.41
Hex 13 26 BC 5A 50 0 1A E9 52 29
Octal 23 46 274 132 120 0 32 351 122 51
Binary 10011 100110 10111100 1011010 1010000 0 11010 11101001 1010010 101001

Color Harmonies of #1326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326BC

Black with #1326BC

Text Example


Text Example

White with #1326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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