Html Css Color HEX #181BBA Persian Blue

📋 copy color: '#181BBA'

red 24 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #181BBA

Tints of Persian Blue #181BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

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

R = 10.13%
G = 11.39%
B = 78.48%

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

#181BBA (or 0x181BBA) is known color: Persian Blue. HEX triplet: 18, 1B and BA. RGB value is (24,27,186). Sum of RGB (Red+Green+Blue) = 24+27+186=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #181BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BBA is #E7E445. Grayscale: #2B2B2B. Windows color (decimal): -15197254 or 12196632. OLE color: 12196632.

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

Color convert

RGB 24 27 186 -
CMYK 0.87 0.85 0 0.27
HSL 238.89º 0.77% 0.41% -
HSV(B) 238.89º 0.87% 0.73% -
XYZ 9.63 4.52 46.82 -
YUV 44.23 208.01 113.57 -
System Red Green Blue C M Y K H S L
Decimal 24 27 186 0.87 0.85 0 0.27 238.89 0.77 0.41
Hex 18 1B BA 57 55 0 1B EF 4D 29
Octal 30 33 272 127 125 0 33 357 115 51
Binary 11000 11011 10111010 1010111 1010101 0 11011 11101111 1001101 101001

Color Harmonies of #181BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BBA

Black with #181BBA

Text Example


Text Example

White with #181BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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