Html Css Color HEX #1321BB Persian Blue

📋 copy color: '#1321BB'

red 19 ◦ green 33 ◦ blue 187

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

Shades of Persian Blue #1321BB

Tints of Persian Blue #1321BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.24%

R = 7.95%
G = 13.81%
B = 78.24%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1321BB (or 0x1321BB) is known color: Persian Blue. HEX triplet: 13, 21 and BB. RGB value is (19,33,187). Sum of RGB (Red+Green+Blue) = 19+33+187=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #1321BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321BB is #ECDE44. Grayscale: #2D2D2D. Windows color (decimal): -15523397 or 12263699. OLE color: 12263699.

HSL color Cylindrical-coordinate representation of color #1321BB: hue angle of 235º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1321BB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 33 187 -
CMYK 0.90 0.82 0 0.27
HSL 235º 0.82% 0.4% -
HSV(B) 235º 0.9% 0.73% -
XYZ 9.78 4.81 47.43 -
YUV 46.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 19 33 187 0.90 0.82 0 0.27 235 0.82 0.4
Hex 13 21 BB 5A 52 0 1B EB 52 28
Octal 23 41 273 132 122 0 33 353 122 50
Binary 10011 100001 10111011 1011010 1010010 0 11011 11101011 1010010 101000

Color Harmonies of #1321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321BB

Black with #1321BB

Text Example


Text Example

White with #1321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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