Html Css Color HEX #182ADB Persian Blue

📋 copy color: '#182ADB'

red 24 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #182ADB

Tints of Persian Blue #182ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 219 (85.94% from 255) = 76.84%

R = 8.42%
G = 14.74%
B = 76.84%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#182ADB (or 0x182ADB) is known color: Persian Blue. HEX triplet: 18, 2A and DB. RGB value is (24,42,219). Sum of RGB (Red+Green+Blue) = 24+42+219=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #182ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ADB is #E7D524. Grayscale: #383838. Windows color (decimal): -15193381 or 14363160. OLE color: 14363160.

HSL color Cylindrical-coordinate representation of color #182ADB: hue angle of 234.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182ADB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 42 219 -
CMYK 0.89 0.81 0 0.14
HSL 234.46º 0.8% 0.48% -
HSV(B) 234.46º 0.89% 0.86% -
XYZ 13.99 6.96 67.62 -
YUV 56.8 219.54 104.61 -
System Red Green Blue C M Y K H S L
Decimal 24 42 219 0.89 0.81 0 0.14 234.46 0.8 0.48
Hex 18 2A DB 59 51 0 E EA 50 30
Octal 30 52 333 131 121 0 16 352 120 60
Binary 11000 101010 11011011 1011001 1010001 0 1110 11101010 1010000 110000

Color Harmonies of #182ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ADB

Black with #182ADB

Text Example


Text Example

White with #182ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,42,219); }

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

background-color css

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

 a { background-color: rgb(24,42,219); }

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

border-color css

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

 span { border-color: rgb(24,42,219); }

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