Html Css Color HEX #182ADE Persian Blue

📋 copy color: '#182ADE'

red 24 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #182ADE

Tints of Persian Blue #182ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.08%

R = 8.33%
G = 14.58%
B = 77.08%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#182ADE (or 0x182ADE) is known color: Persian Blue. HEX triplet: 18, 2A and DE. RGB value is (24,42,222). Sum of RGB (Red+Green+Blue) = 24+42+222=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #182ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ADE is #E7D521. Grayscale: #383838. Windows color (decimal): -15193378 or 14559768. OLE color: 14559768.

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

Color convert

RGB 24 42 222 -
CMYK 0.89 0.81 0 0.13
HSL 234.55º 0.8% 0.48% -
HSV(B) 234.55º 0.89% 0.87% -
XYZ 14.39 7.12 69.72 -
YUV 57.14 221.04 104.36 -
System Red Green Blue C M Y K H S L
Decimal 24 42 222 0.89 0.81 0 0.13 234.55 0.8 0.48
Hex 18 2A DE 59 51 0 D EB 50 30
Octal 30 52 336 131 121 0 15 353 120 60
Binary 11000 101010 11011110 1011001 1010001 0 1101 11101011 1010000 110000

Color Harmonies of #182ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ADE

Black with #182ADE

Text Example


Text Example

White with #182ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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