Html Css Color HEX #182DD6 Persian Blue

📋 copy color: '#182DD6'

red 24 ◦ green 45 ◦ blue 214

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

Shades of Persian Blue #182DD6

Tints of Persian Blue #182DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

 BLUE value IS 214 (83.98% from 255) = 75.62%

R = 8.48%
G = 15.9%
B = 75.62%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#182DD6 (or 0x182DD6) is known color: Persian Blue. HEX triplet: 18, 2D and D6. RGB value is (24,45,214). Sum of RGB (Red+Green+Blue) = 24+45+214=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #182DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DD6 is #E7D229. Grayscale: #393939. Windows color (decimal): -15192618 or 14036248. OLE color: 14036248.

HSL color Cylindrical-coordinate representation of color #182DD6: hue angle of 233.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182DD6 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 45 214 -
CMYK 0.89 0.79 0 0.16
HSL 233.37º 0.8% 0.47% -
HSV(B) 233.37º 0.89% 0.84% -
XYZ 13.45 6.93 64.25 -
YUV 57.99 216.04 103.76 -
System Red Green Blue C M Y K H S L
Decimal 24 45 214 0.89 0.79 0 0.16 233.37 0.8 0.47
Hex 18 2D D6 59 4F 0 10 E9 50 2F
Octal 30 55 326 131 117 0 20 351 120 57
Binary 11000 101101 11010110 1011001 1001111 0 10000 11101001 1010000 101111

Color Harmonies of #182DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DD6

Black with #182DD6

Text Example


Text Example

White with #182DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,45,214); }

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

background-color css

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

 a { background-color: rgb(24,45,214); }

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

border-color css

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

 span { border-color: rgb(24,45,214); }

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