Html Css Color HEX #1B32C4 Persian Blue

📋 copy color: '#1B32C4'

red 27 ◦ green 50 ◦ blue 196

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

Shades of Persian Blue #1B32C4

Tints of Persian Blue #1B32C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 71.79%

R = 9.89%
G = 18.32%
B = 71.79%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1B32C4 (or 0x1B32C4) is known color: Persian Blue. HEX triplet: 1B, 32 and C4. RGB value is (27,50,196). Sum of RGB (Red+Green+Blue) = 27+50+196=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #1B32C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B32C4 is #E4CD3B. Grayscale: #3B3B3B. Windows color (decimal): -14994748 or 12857883. OLE color: 12857883.

HSL color Cylindrical-coordinate representation of color #1B32C4: hue angle of 231.83º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B32C4 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 27 50 196 -
CMYK 0.86 0.74 0 0.23
HSL 231.83º 0.76% 0.44% -
HSV(B) 231.83º 0.86% 0.77% -
XYZ 11.56 6.5 52.87 -
YUV 59.77 204.88 104.63 -
System Red Green Blue C M Y K H S L
Decimal 27 50 196 0.86 0.74 0 0.23 231.83 0.76 0.44
Hex 1B 32 C4 56 4A 0 17 E8 4C 2C
Octal 33 62 304 126 112 0 27 350 114 54
Binary 11011 110010 11000100 1010110 1001010 0 10111 11101000 1001100 101100

Color Harmonies of #1B32C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B32C4

Black with #1B32C4

Text Example


Text Example

White with #1B32C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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