Html Css Color HEX #182FBA Persian Blue

📋 copy color: '#182FBA'

red 24 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #182FBA

Tints of Persian Blue #182FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

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

R = 9.34%
G = 18.29%
B = 72.37%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#182FBA (or 0x182FBA) is known color: Persian Blue. HEX triplet: 18, 2F and BA. RGB value is (24,47,186). Sum of RGB (Red+Green+Blue) = 24+47+186=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #182FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FBA is #E7D045. Grayscale: #373737. Windows color (decimal): -15192134 or 12201752. OLE color: 12201752.

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

Color convert

RGB 24 47 186 -
CMYK 0.87 0.75 0 0.27
HSL 231.48º 0.77% 0.41% -
HSV(B) 231.48º 0.87% 0.73% -
XYZ 10.26 5.77 47.03 -
YUV 55.97 201.38 105.2 -
System Red Green Blue C M Y K H S L
Decimal 24 47 186 0.87 0.75 0 0.27 231.48 0.77 0.41
Hex 18 2F BA 57 4B 0 1B E7 4D 29
Octal 30 57 272 127 113 0 33 347 115 51
Binary 11000 101111 10111010 1010111 1001011 0 11011 11100111 1001101 101001

Color Harmonies of #182FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FBA

Black with #182FBA

Text Example


Text Example

White with #182FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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