Html Css Color HEX #181EBA Persian Blue

📋 copy color: '#181EBA'

red 24 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #181EBA

Tints of Persian Blue #181EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 10%
G = 12.5%
B = 77.5%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#181EBA (or 0x181EBA) is known color: Persian Blue. HEX triplet: 18, 1E and BA. RGB value is (24,30,186). Sum of RGB (Red+Green+Blue) = 24+30+186=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #181EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EBA is #E7E145. Grayscale: #2D2D2D. Windows color (decimal): -15196486 or 12197400. OLE color: 12197400.

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

Color convert

RGB 24 30 186 -
CMYK 0.87 0.84 0 0.27
HSL 237.78º 0.77% 0.41% -
HSV(B) 237.78º 0.87% 0.73% -
XYZ 9.7 4.67 46.84 -
YUV 45.99 207.01 112.32 -
System Red Green Blue C M Y K H S L
Decimal 24 30 186 0.87 0.84 0 0.27 237.78 0.77 0.41
Hex 18 1E BA 57 54 0 1B EE 4D 29
Octal 30 36 272 127 124 0 33 356 115 51
Binary 11000 11110 10111010 1010111 1010100 0 11011 11101110 1001101 101001

Color Harmonies of #181EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EBA

Black with #181EBA

Text Example


Text Example

White with #181EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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