Html Css Color HEX #1320CF Persian Blue

📋 copy color: '#1320CF'

red 19 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1320CF

Tints of Persian Blue #1320CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 7.36%
G = 12.4%
B = 80.23%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1320CF (or 0x1320CF) is known color: Persian Blue. HEX triplet: 13, 20 and CF. RGB value is (19,32,207). Sum of RGB (Red+Green+Blue) = 19+32+207=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #1320CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320CF is #ECDF30. Grayscale: #2F2F2F. Windows color (decimal): -15523633 or 13574163. OLE color: 13574163.

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

Color convert

RGB 19 32 207 -
CMYK 0.91 0.85 0 0.19
HSL 235.85º 0.83% 0.44% -
HSV(B) 235.85º 0.91% 0.81% -
XYZ 12.05 5.68 59.49 -
YUV 48.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 19 32 207 0.91 0.85 0 0.19 235.85 0.83 0.44
Hex 13 20 CF 5B 55 0 13 EC 53 2C
Octal 23 40 317 133 125 0 23 354 123 54
Binary 10011 100000 11001111 1011011 1010101 0 10011 11101100 1010011 101100

Color Harmonies of #1320CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320CF

Black with #1320CF

Text Example


Text Example

White with #1320CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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