Html Css Color HEX #1321CF Persian Blue

📋 copy color: '#1321CF'

red 19 ◦ green 33 ◦ blue 207

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

Shades of Persian Blue #1321CF

Tints of Persian Blue #1321CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 7.34%
G = 12.74%
B = 79.92%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1321CF (or 0x1321CF) is known color: Persian Blue. HEX triplet: 13, 21 and CF. RGB value is (19,33,207). Sum of RGB (Red+Green+Blue) = 19+33+207=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #1321CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321CF is #ECDE30. Grayscale: #2F2F2F. Windows color (decimal): -15523377 or 13574419. OLE color: 13574419.

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

Color convert

RGB 19 33 207 -
CMYK 0.91 0.84 0 0.19
HSL 235.53º 0.83% 0.44% -
HSV(B) 235.53º 0.91% 0.81% -
XYZ 12.07 5.73 59.5 -
YUV 48.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 19 33 207 0.91 0.84 0 0.19 235.53 0.83 0.44
Hex 13 21 CF 5B 54 0 13 EC 53 2C
Octal 23 41 317 133 124 0 23 354 123 54
Binary 10011 100001 11001111 1011011 1010100 0 10011 11101100 1010011 101100

Color Harmonies of #1321CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321CF

Black with #1321CF

Text Example


Text Example

White with #1321CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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