Html Css Color HEX #1324BC Persian Blue

📋 copy color: '#1324BC'

red 19 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #1324BC

Tints of Persian Blue #1324BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.37%

R = 7.82%
G = 14.81%
B = 77.37%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1324BC (or 0x1324BC) is known color: Persian Blue. HEX triplet: 13, 24 and BC. RGB value is (19,36,188). Sum of RGB (Red+Green+Blue) = 19+36+188=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1324BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324BC is #ECDB43. Grayscale: #2F2F2F. Windows color (decimal): -15522628 or 12330003. OLE color: 12330003.

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

Color convert

RGB 19 36 188 -
CMYK 0.90 0.81 0 0.26
HSL 233.96º 0.82% 0.41% -
HSV(B) 233.96º 0.9% 0.74% -
XYZ 9.98 5.03 48.02 -
YUV 48.25 206.87 107.14 -
System Red Green Blue C M Y K H S L
Decimal 19 36 188 0.90 0.81 0 0.26 233.96 0.82 0.41
Hex 13 24 BC 5A 51 0 1A EA 52 29
Octal 23 44 274 132 121 0 32 352 122 51
Binary 10011 100100 10111100 1011010 1010001 0 11010 11101010 1010010 101001

Color Harmonies of #1324BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324BC

Black with #1324BC

Text Example


Text Example

White with #1324BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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