Html Css Color HEX #181DBA Persian Blue

📋 copy color: '#181DBA'

red 24 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #181DBA

Tints of Persian Blue #181DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

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

R = 10.04%
G = 12.13%
B = 77.82%

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

#181DBA (or 0x181DBA) is known color: Persian Blue. HEX triplet: 18, 1D and BA. RGB value is (24,29,186). Sum of RGB (Red+Green+Blue) = 24+29+186=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #181DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DBA is #E7E245. Grayscale: #2C2C2C. Windows color (decimal): -15196742 or 12197144. OLE color: 12197144.

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

Color convert

RGB 24 29 186 -
CMYK 0.87 0.84 0 0.27
HSL 238.15º 0.77% 0.41% -
HSV(B) 238.15º 0.87% 0.73% -
XYZ 9.68 4.62 46.84 -
YUV 45.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 24 29 186 0.87 0.84 0 0.27 238.15 0.77 0.41
Hex 18 1D BA 57 54 0 1B EE 4D 29
Octal 30 35 272 127 124 0 33 356 115 51
Binary 11000 11101 10111010 1010111 1010100 0 11011 11101110 1001101 101001

Color Harmonies of #181DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DBA

Black with #181DBA

Text Example


Text Example

White with #181DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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