Html Css Color HEX #1C32BB Persian Blue

📋 copy color: '#1C32BB'

red 28 ◦ green 50 ◦ blue 187

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

Shades of Persian Blue #1C32BB

Tints of Persian Blue #1C32BB

RGB

 RED value IS 28 (11.33% from 255) = 10.57%

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

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 10.57%
G = 18.87%
B = 70.57%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C32BB (or 0x1C32BB) is known color: Persian Blue. HEX triplet: 1C, 32 and BB. RGB value is (28,50,187). Sum of RGB (Red+Green+Blue) = 28+50+187=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C32BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C32BB is #E3CD44. Grayscale: #3A3A3A. Windows color (decimal): -14929221 or 12268060. OLE color: 12268060.

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

Color convert

RGB 28 50 187 -
CMYK 0.85 0.73 0 0.27
HSL 231.7º 0.74% 0.42% -
HSV(B) 231.7º 0.85% 0.73% -
XYZ 10.59 6.12 47.64 -
YUV 59.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 28 50 187 0.85 0.73 0 0.27 231.7 0.74 0.42
Hex 1C 32 BB 55 49 0 1B E8 4A 2A
Octal 34 62 273 125 111 0 33 350 112 52
Binary 11100 110010 10111011 1010101 1001001 0 11011 11101000 1001010 101010

Color Harmonies of #1C32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C32BB

Black with #1C32BB

Text Example


Text Example

White with #1C32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,50,187); }

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

background-color css

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

 a { background-color: rgb(28,50,187); }

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

border-color css

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

 span { border-color: rgb(28,50,187); }

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