Html Css Color HEX #1B32BC Persian Blue

📋 copy color: '#1B32BC'

red 27 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #1B32BC

Tints of Persian Blue #1B32BC

RGB

 RED value IS 27 (10.94% from 255) = 10.19%

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

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

R = 10.19%
G = 18.87%
B = 70.94%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B32BC (or 0x1B32BC) is known color: Persian Blue. HEX triplet: 1B, 32 and BC. RGB value is (27,50,188). Sum of RGB (Red+Green+Blue) = 27+50+188=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B32BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B32BC is #E4CD43. Grayscale: #3A3A3A. Windows color (decimal): -14994756 or 12333595. OLE color: 12333595.

HSL color Cylindrical-coordinate representation of color #1B32BC: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B32BC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 50 188 -
CMYK 0.86 0.73 0 0.26
HSL 231.43º 0.75% 0.42% -
HSV(B) 231.43º 0.86% 0.74% -
XYZ 10.67 6.15 48.2 -
YUV 58.86 200.88 105.28 -
System Red Green Blue C M Y K H S L
Decimal 27 50 188 0.86 0.73 0 0.26 231.43 0.75 0.42
Hex 1B 32 BC 56 49 0 1A E7 4B 2A
Octal 33 62 274 126 111 0 32 347 113 52
Binary 11011 110010 10111100 1010110 1001001 0 11010 11100111 1001011 101010

Color Harmonies of #1B32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B32BC

Black with #1B32BC

Text Example


Text Example

White with #1B32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B32BC; }

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

 H1.HeaderClassName
 {
   color: #1B32BC;
 }
 .AnyTagClassName
 {
   color: #1B32BC;
 }
</style>

background-color css

<style>
 a { background-color: #1B32BC; }

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

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

border-color css

<style>
 span { border-color: #1B32BC; }

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

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