Html Css Color HEX #1326CB Persian Blue

📋 copy color: '#1326CB'

red 19 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #1326CB

Tints of Persian Blue #1326CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.08%

R = 7.31%
G = 14.62%
B = 78.08%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1326CB (or 0x1326CB) is known color: Persian Blue. HEX triplet: 13, 26 and CB. RGB value is (19,38,203). Sum of RGB (Red+Green+Blue) = 19+38+203=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #1326CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326CB is #ECD934. Grayscale: #323232. Windows color (decimal): -15522101 or 13313555. OLE color: 13313555.

HSL color Cylindrical-coordinate representation of color #1326CB: hue angle of 233.8º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1326CB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 38 203 -
CMYK 0.91 0.81 0 0.20
HSL 233.8º 0.83% 0.44% -
HSV(B) 233.8º 0.91% 0.8% -
XYZ 11.74 5.84 57.01 -
YUV 51.13 213.71 105.08 -
System Red Green Blue C M Y K H S L
Decimal 19 38 203 0.91 0.81 0 0.20 233.8 0.83 0.44
Hex 13 26 CB 5B 51 0 14 EA 53 2C
Octal 23 46 313 133 121 0 24 352 123 54
Binary 10011 100110 11001011 1011011 1010001 0 10100 11101010 1010011 101100

Color Harmonies of #1326CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326CB

Black with #1326CB

Text Example


Text Example

White with #1326CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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