Html Css Color HEX #1332BC Persian Blue

📋 copy color: '#1332BC'

red 19 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #1332BC

Tints of Persian Blue #1332BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 7.39%
G = 19.46%
B = 73.15%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1332BC (or 0x1332BC) is known color: Persian Blue. HEX triplet: 13, 32 and BC. RGB value is (19,50,188). Sum of RGB (Red+Green+Blue) = 19+50+188=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #1332BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1332BC is #ECCD43. Grayscale: #373737. Windows color (decimal): -15519044 or 12333587. OLE color: 12333587.

HSL color Cylindrical-coordinate representation of color #1332BC: hue angle of 228.99º 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 #1332BC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 50 188 -
CMYK 0.90 0.73 0 0.26
HSL 228.99º 0.82% 0.41% -
HSV(B) 228.99º 0.9% 0.74% -
XYZ 10.49 6.05 48.19 -
YUV 56.46 202.23 101.28 -
System Red Green Blue C M Y K H S L
Decimal 19 50 188 0.90 0.73 0 0.26 228.99 0.82 0.41
Hex 13 32 BC 5A 49 0 1A E5 52 29
Octal 23 62 274 132 111 0 32 345 122 51
Binary 10011 110010 10111100 1011010 1001001 0 11010 11100101 1010010 101001

Color Harmonies of #1332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1332BC

Black with #1332BC

Text Example


Text Example

White with #1332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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