Html Css Color HEX #182BDB Persian Blue

📋 copy color: '#182BDB'

red 24 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #182BDB

Tints of Persian Blue #182BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

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

R = 8.39%
G = 15.03%
B = 76.57%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#182BDB (or 0x182BDB) is known color: Persian Blue. HEX triplet: 18, 2B and DB. RGB value is (24,43,219). Sum of RGB (Red+Green+Blue) = 24+43+219=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #182BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182BDB is #E7D424. Grayscale: #383838. Windows color (decimal): -15193125 or 14363416. OLE color: 14363416.

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

Color convert

RGB 24 43 219 -
CMYK 0.89 0.80 0 0.14
HSL 234.15º 0.8% 0.48% -
HSV(B) 234.15º 0.89% 0.86% -
XYZ 14.03 7.04 67.64 -
YUV 57.38 219.21 104.19 -
System Red Green Blue C M Y K H S L
Decimal 24 43 219 0.89 0.80 0 0.14 234.15 0.8 0.48
Hex 18 2B DB 59 50 0 E EA 50 30
Octal 30 53 333 131 120 0 16 352 120 60
Binary 11000 101011 11011011 1011001 1010000 0 1110 11101010 1010000 110000

Color Harmonies of #182BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182BDB

Black with #182BDB

Text Example


Text Example

White with #182BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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