Html Css Color HEX #1328CF Persian Blue

📋 copy color: '#1328CF'

red 19 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #1328CF

Tints of Persian Blue #1328CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 77.82%

R = 7.14%
G = 15.04%
B = 77.82%

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

#1328CF (or 0x1328CF) is known color: Persian Blue. HEX triplet: 13, 28 and CF. RGB value is (19,40,207). Sum of RGB (Red+Green+Blue) = 19+40+207=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #1328CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328CF is #ECD730. Grayscale: #343434. Windows color (decimal): -15521585 or 13576211. OLE color: 13576211.

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

Color convert

RGB 19 40 207 -
CMYK 0.91 0.81 0 0.19
HSL 233.3º 0.83% 0.44% -
HSV(B) 233.3º 0.91% 0.81% -
XYZ 12.29 6.16 59.57 -
YUV 52.76 215.04 103.92 -
System Red Green Blue C M Y K H S L
Decimal 19 40 207 0.91 0.81 0 0.19 233.3 0.83 0.44
Hex 13 28 CF 5B 51 0 13 E9 53 2C
Octal 23 50 317 133 121 0 23 351 123 54
Binary 10011 101000 11001111 1011011 1010001 0 10011 11101001 1010011 101100

Color Harmonies of #1328CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1328CF

Black with #1328CF

Text Example


Text Example

White with #1328CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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