Html Css Color HEX #181CBA Persian Blue

📋 copy color: '#181CBA'

red 24 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #181CBA

Tints of Persian Blue #181CBA

RGB

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

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

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

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

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

#181CBA (or 0x181CBA) is known color: Persian Blue. HEX triplet: 18, 1C and BA. RGB value is (24,28,186). Sum of RGB (Red+Green+Blue) = 24+28+186=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 28 (11.33% from 255 or 11.76% 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 #181CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CBA is #E7E345. Grayscale: #2C2C2C. Windows color (decimal): -15196998 or 12196888. OLE color: 12196888.

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

Color convert

RGB 24 28 186 -
CMYK 0.87 0.85 0 0.27
HSL 238.52º 0.77% 0.41% -
HSV(B) 238.52º 0.87% 0.73% -
XYZ 9.65 4.57 46.83 -
YUV 44.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 24 28 186 0.87 0.85 0 0.27 238.52 0.77 0.41
Hex 18 1C BA 57 55 0 1B EF 4D 29
Octal 30 34 272 127 125 0 33 357 115 51
Binary 11000 11100 10111010 1010111 1010101 0 11011 11101111 1001101 101001

Color Harmonies of #181CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CBA

Black with #181CBA

Text Example


Text Example

White with #181CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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