Html Css Color HEX #1C18BA Persian Blue

📋 copy color: '#1C18BA'

red 28 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #1C18BA

Tints of Persian Blue #1C18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

 BLUE value IS 186 (73.05% from 255) = 78.15%

R = 11.76%
G = 10.08%
B = 78.15%

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

#1C18BA (or 0x1C18BA) is known color: Persian Blue. HEX triplet: 1C, 18 and BA. RGB value is (28,24,186). Sum of RGB (Red+Green+Blue) = 28+24+186=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C18BA is #E3E745. Grayscale: #2B2B2B. Windows color (decimal): -14935878 or 12195868. OLE color: 12195868.

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

Color convert

RGB 28 24 186 -
CMYK 0.85 0.87 0 0.27
HSL 241.48º 0.77% 0.41% -
HSV(B) 241.48º 0.87% 0.73% -
XYZ 9.67 4.45 46.8 -
YUV 43.66 208.33 116.83 -
System Red Green Blue C M Y K H S L
Decimal 28 24 186 0.85 0.87 0 0.27 241.48 0.77 0.41
Hex 1C 18 BA 55 57 0 1B F1 4D 29
Octal 34 30 272 125 127 0 33 361 115 51
Binary 11100 11000 10111010 1010101 1010111 0 11011 11110001 1001101 101001

Color Harmonies of #1C18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C18BA

Black with #1C18BA

Text Example


Text Example

White with #1C18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,24,186); }

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

background-color css

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

 a { background-color: rgb(28,24,186); }

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

border-color css

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

 span { border-color: rgb(28,24,186); }

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