Html Css Color HEX #182EDB Persian Blue

📋 copy color: '#182EDB'

red 24 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #182EDB

Tints of Persian Blue #182EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

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

R = 8.3%
G = 15.92%
B = 75.78%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#182EDB (or 0x182EDB) is known color: Persian Blue. HEX triplet: 18, 2E and DB. RGB value is (24,46,219). Sum of RGB (Red+Green+Blue) = 24+46+219=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #182EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EDB is #E7D124. Grayscale: #3A3A3A. Windows color (decimal): -15192357 or 14364184. OLE color: 14364184.

HSL color Cylindrical-coordinate representation of color #182EDB: hue angle of 233.23º 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 #182EDB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 46 219 -
CMYK 0.89 0.79 0 0.14
HSL 233.23º 0.8% 0.48% -
HSV(B) 233.23º 0.89% 0.86% -
XYZ 14.14 7.26 67.67 -
YUV 59.14 218.21 102.93 -
System Red Green Blue C M Y K H S L
Decimal 24 46 219 0.89 0.79 0 0.14 233.23 0.8 0.48
Hex 18 2E DB 59 4F 0 E E9 50 30
Octal 30 56 333 131 117 0 16 351 120 60
Binary 11000 101110 11011011 1011001 1001111 0 1110 11101001 1010000 110000

Color Harmonies of #182EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182EDB

Black with #182EDB

Text Example


Text Example

White with #182EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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