Html Css Color HEX #181FBA Persian Blue

📋 copy color: '#181FBA'

red 24 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #181FBA

Tints of Persian Blue #181FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

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

R = 9.96%
G = 12.86%
B = 77.18%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#181FBA (or 0x181FBA) is known color: Persian Blue. HEX triplet: 18, 1F and BA. RGB value is (24,31,186). Sum of RGB (Red+Green+Blue) = 24+31+186=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #181FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FBA is #E7E045. Grayscale: #2D2D2D. Windows color (decimal): -15196230 or 12197656. OLE color: 12197656.

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

Color convert

RGB 24 31 186 -
CMYK 0.87 0.83 0 0.27
HSL 237.41º 0.77% 0.41% -
HSV(B) 237.41º 0.87% 0.73% -
XYZ 9.73 4.72 46.85 -
YUV 46.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 24 31 186 0.87 0.83 0 0.27 237.41 0.77 0.41
Hex 18 1F BA 57 53 0 1B ED 4D 29
Octal 30 37 272 127 123 0 33 355 115 51
Binary 11000 11111 10111010 1010111 1010011 0 11011 11101101 1001101 101001

Color Harmonies of #181FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FBA

Black with #181FBA

Text Example


Text Example

White with #181FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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