Html Css Color HEX #1324BB Persian Blue

📋 copy color: '#1324BB'

red 19 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #1324BB

Tints of Persian Blue #1324BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 7.85%
G = 14.88%
B = 77.27%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1324BB (or 0x1324BB) is known color: Persian Blue. HEX triplet: 13, 24 and BB. RGB value is (19,36,187). Sum of RGB (Red+Green+Blue) = 19+36+187=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #1324BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324BB is #ECDB44. Grayscale: #2F2F2F. Windows color (decimal): -15522629 or 12264467. OLE color: 12264467.

HSL color Cylindrical-coordinate representation of color #1324BB: hue angle of 233.93º 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 #1324BB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 36 187 -
CMYK 0.90 0.81 0 0.27
HSL 233.93º 0.82% 0.4% -
HSV(B) 233.93º 0.9% 0.73% -
XYZ 9.87 4.99 47.46 -
YUV 48.13 206.37 107.22 -
System Red Green Blue C M Y K H S L
Decimal 19 36 187 0.90 0.81 0 0.27 233.93 0.82 0.4
Hex 13 24 BB 5A 51 0 1B EA 52 28
Octal 23 44 273 132 121 0 33 352 122 50
Binary 10011 100100 10111011 1011010 1010001 0 11011 11101010 1010010 101000

Color Harmonies of #1324BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324BB

Black with #1324BB

Text Example


Text Example

White with #1324BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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