Html Css Color HEX #181CBB Persian Blue

📋 copy color: '#181CBB'

red 24 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #181CBB

Tints of Persian Blue #181CBB

RGB

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

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

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

R = 10.04%
G = 11.72%
B = 78.24%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#181CBB (or 0x181CBB) is known color: Persian Blue. HEX triplet: 18, 1C and BB. RGB value is (24,28,187). Sum of RGB (Red+Green+Blue) = 24+28+187=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #181CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBB is #E7E344. Grayscale: #2C2C2C. Windows color (decimal): -15196997 or 12262424. OLE color: 12262424.

HSL color Cylindrical-coordinate representation of color #181CBB: hue angle of 238.53º 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 #181CBB is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 28 187 -
CMYK 0.87 0.85 0 0.27
HSL 238.53º 0.77% 0.41% -
HSV(B) 238.53º 0.87% 0.73% -
XYZ 9.76 4.61 47.39 -
YUV 44.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 24 28 187 0.87 0.85 0 0.27 238.53 0.77 0.41
Hex 18 1C BB 57 55 0 1B EF 4D 29
Octal 30 34 273 127 125 0 33 357 115 51
Binary 11000 11100 10111011 1010111 1010101 0 11011 11101111 1001101 101001

Color Harmonies of #181CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CBB

Black with #181CBB

Text Example


Text Example

White with #181CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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