Html Css Color HEX #1C19BB Persian Blue

📋 copy color: '#1C19BB'

red 28 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1C19BB

Tints of Persian Blue #1C19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 11.67%
G = 10.42%
B = 77.92%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C19BB (or 0x1C19BB) is known color: Persian Blue. HEX triplet: 1C, 19 and BB. RGB value is (28,25,187). Sum of RGB (Red+Green+Blue) = 28+25+187=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C19BB is #E3E644. Grayscale: #2B2B2B. Windows color (decimal): -14935621 or 12261660. OLE color: 12261660.

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

Color convert

RGB 28 25 187 -
CMYK 0.85 0.87 0 0.27
HSL 241.11º 0.76% 0.42% -
HSV(B) 241.11º 0.87% 0.73% -
XYZ 9.8 4.53 47.37 -
YUV 44.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 28 25 187 0.85 0.87 0 0.27 241.11 0.76 0.42
Hex 1C 19 BB 55 57 0 1B F1 4C 2A
Octal 34 31 273 125 127 0 33 361 114 52
Binary 11100 11001 10111011 1010101 1010111 0 11011 11110001 1001100 101010

Color Harmonies of #1C19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C19BB

Black with #1C19BB

Text Example


Text Example

White with #1C19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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