Html Css Color HEX #1328CE Persian Blue

📋 copy color: '#1328CE'

red 19 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #1328CE

Tints of Persian Blue #1328CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.74%

R = 7.17%
G = 15.09%
B = 77.74%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1328CE (or 0x1328CE) is known color: Persian Blue. HEX triplet: 13, 28 and CE. RGB value is (19,40,206). Sum of RGB (Red+Green+Blue) = 19+40+206=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #1328CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328CE is #ECD731. Grayscale: #333333. Windows color (decimal): -15521586 or 13510675. OLE color: 13510675.

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

Color convert

RGB 19 40 206 -
CMYK 0.91 0.81 0 0.19
HSL 233.26º 0.83% 0.44% -
HSV(B) 233.26º 0.91% 0.81% -
XYZ 12.17 6.11 58.93 -
YUV 52.65 214.54 104 -
System Red Green Blue C M Y K H S L
Decimal 19 40 206 0.91 0.81 0 0.19 233.26 0.83 0.44
Hex 13 28 CE 5B 51 0 13 E9 53 2C
Octal 23 50 316 133 121 0 23 351 123 54
Binary 10011 101000 11001110 1011011 1010001 0 10011 11101001 1010011 101100

Color Harmonies of #1328CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328CE

Black with #1328CE

Text Example


Text Example

White with #1328CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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