Html Css Color HEX #1328CB Persian Blue

📋 copy color: '#1328CB'

red 19 ◦ green 40 ◦ blue 203

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

Shades of Persian Blue #1328CB

Tints of Persian Blue #1328CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 7.25%
G = 15.27%
B = 77.48%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1328CB (or 0x1328CB) is known color: Persian Blue. HEX triplet: 13, 28 and CB. RGB value is (19,40,203). Sum of RGB (Red+Green+Blue) = 19+40+203=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #1328CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328CB is #ECD734. Grayscale: #333333. Windows color (decimal): -15521589 or 13314067. OLE color: 13314067.

HSL color Cylindrical-coordinate representation of color #1328CB: hue angle of 233.15º 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 #1328CB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 40 203 -
CMYK 0.91 0.80 0 0.20
HSL 233.15º 0.83% 0.44% -
HSV(B) 233.15º 0.91% 0.8% -
XYZ 11.81 5.97 57.03 -
YUV 52.3 213.04 104.25 -
System Red Green Blue C M Y K H S L
Decimal 19 40 203 0.91 0.80 0 0.20 233.15 0.83 0.44
Hex 13 28 CB 5B 50 0 14 E9 53 2C
Octal 23 50 313 133 120 0 24 351 123 54
Binary 10011 101000 11001011 1011011 1010000 0 10100 11101001 1010011 101100

Color Harmonies of #1328CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328CB

Black with #1328CB

Text Example


Text Example

White with #1328CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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