Html Css Color HEX #1331BC Persian Blue

📋 copy color: '#1331BC'

red 19 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #1331BC

Tints of Persian Blue #1331BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 7.42%
G = 19.14%
B = 73.44%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1331BC (or 0x1331BC) is known color: Persian Blue. HEX triplet: 13, 31 and BC. RGB value is (19,49,188). Sum of RGB (Red+Green+Blue) = 19+49+188=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #1331BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331BC is #ECCE43. Grayscale: #373737. Windows color (decimal): -15519300 or 12333331. OLE color: 12333331.

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

Color convert

RGB 19 49 188 -
CMYK 0.90 0.74 0 0.26
HSL 229.35º 0.82% 0.41% -
HSV(B) 229.35º 0.9% 0.74% -
XYZ 10.44 5.97 48.18 -
YUV 55.88 202.56 101.7 -
System Red Green Blue C M Y K H S L
Decimal 19 49 188 0.90 0.74 0 0.26 229.35 0.82 0.41
Hex 13 31 BC 5A 4A 0 1A E5 52 29
Octal 23 61 274 132 112 0 32 345 122 51
Binary 10011 110001 10111100 1011010 1001010 0 11010 11100101 1010010 101001

Color Harmonies of #1331BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331BC

Black with #1331BC

Text Example


Text Example

White with #1331BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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