Html Css Color HEX #181CBC Persian Blue

📋 copy color: '#181CBC'

red 24 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #181CBC

Tints of Persian Blue #181CBC

RGB

 RED value IS 24 (9.77% from 255) = 10%

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

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

R = 10%
G = 11.67%
B = 78.33%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#181CBC (or 0x181CBC) is known color: Persian Blue. HEX triplet: 18, 1C and BC. RGB value is (24,28,188). Sum of RGB (Red+Green+Blue) = 24+28+188=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #181CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBC is #E7E343. Grayscale: #2C2C2C. Windows color (decimal): -15196996 or 12327960. OLE color: 12327960.

HSL color Cylindrical-coordinate representation of color #181CBC: hue angle of 238.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181CBC is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 28 188 -
CMYK 0.87 0.85 0 0.26
HSL 238.54º 0.77% 0.42% -
HSV(B) 238.54º 0.87% 0.74% -
XYZ 9.87 4.66 47.96 -
YUV 45.04 208.67 112.99 -
System Red Green Blue C M Y K H S L
Decimal 24 28 188 0.87 0.85 0 0.26 238.54 0.77 0.42
Hex 18 1C BC 57 55 0 1A EF 4D 2A
Octal 30 34 274 127 125 0 32 357 115 52
Binary 11000 11100 10111100 1010111 1010101 0 11010 11101111 1001101 101010

Color Harmonies of #181CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CBC

Black with #181CBC

Text Example


Text Example

White with #181CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181CBC; }

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

 H1.HeaderClassName
 {
   color: #181CBC;
 }
 .AnyTagClassName
 {
   color: #181CBC;
 }
</style>

background-color css

<style>
 a { background-color: #181CBC; }

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

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

border-color css

<style>
 span { border-color: #181CBC; }

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

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