Html Css Color HEX #182FB8 Persian Blue

📋 copy color: '#182FB8'

red 24 ◦ green 47 ◦ blue 184

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

Shades of Persian Blue #182FB8

Tints of Persian Blue #182FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 72.16%

R = 9.41%
G = 18.43%
B = 72.16%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#182FB8 (or 0x182FB8) is known color: Persian Blue. HEX triplet: 18, 2F and B8. RGB value is (24,47,184). Sum of RGB (Red+Green+Blue) = 24+47+184=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #182FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182FB8 is #E7D047. Grayscale: #373737. Windows color (decimal): -15192136 or 12070680. OLE color: 12070680.

HSL color Cylindrical-coordinate representation of color #182FB8: hue angle of 231.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182FB8 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 47 184 -
CMYK 0.87 0.74 0 0.28
HSL 231.38º 0.77% 0.41% -
HSV(B) 231.38º 0.87% 0.72% -
XYZ 10.04 5.69 45.92 -
YUV 55.74 200.38 105.36 -
System Red Green Blue C M Y K H S L
Decimal 24 47 184 0.87 0.74 0 0.28 231.38 0.77 0.41
Hex 18 2F B8 57 4A 0 1C E7 4D 29
Octal 30 57 270 127 112 0 34 347 115 51
Binary 11000 101111 10111000 1010111 1001010 0 11100 11100111 1001101 101001

Color Harmonies of #182FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182FB8

Black with #182FB8

Text Example


Text Example

White with #182FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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