Html Css Color HEX #1324BE Persian Blue

📋 copy color: '#1324BE'

red 19 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #1324BE

Tints of Persian Blue #1324BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.55%

R = 7.76%
G = 14.69%
B = 77.55%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1324BE (or 0x1324BE) is known color: Persian Blue. HEX triplet: 13, 24 and BE. RGB value is (19,36,190). Sum of RGB (Red+Green+Blue) = 19+36+190=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #1324BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324BE is #ECDB41. Grayscale: #2F2F2F. Windows color (decimal): -15522626 or 12461075. OLE color: 12461075.

HSL color Cylindrical-coordinate representation of color #1324BE: hue angle of 234.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1324BE is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 36 190 -
CMYK 0.90 0.81 0 0.25
HSL 234.04º 0.82% 0.41% -
HSV(B) 234.04º 0.9% 0.75% -
XYZ 10.19 5.12 49.17 -
YUV 48.47 207.87 106.98 -
System Red Green Blue C M Y K H S L
Decimal 19 36 190 0.90 0.81 0 0.25 234.04 0.82 0.41
Hex 13 24 BE 5A 51 0 19 EA 52 29
Octal 23 44 276 132 121 0 31 352 122 51
Binary 10011 100100 10111110 1011010 1010001 0 11001 11101010 1010010 101001

Color Harmonies of #1324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324BE

Black with #1324BE

Text Example


Text Example

White with #1324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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