Html Css Color HEX #182DD5 Persian Blue

📋 copy color: '#182DD5'

red 24 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #182DD5

Tints of Persian Blue #182DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 75.53%

R = 8.51%
G = 15.96%
B = 75.53%

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

#182DD5 (or 0x182DD5) is known color: Persian Blue. HEX triplet: 18, 2D and D5. RGB value is (24,45,213). Sum of RGB (Red+Green+Blue) = 24+45+213=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 213 (83.59% from 255 or 75.53% from 282); Max value from RGB is 213 - color contains mainly: blue. Hex color #182DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DD5 is #E7D22A. Grayscale: #393939. Windows color (decimal): -15192619 or 13970712. OLE color: 13970712.

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

Color convert

RGB 24 45 213 -
CMYK 0.89 0.79 0 0.16
HSL 233.33º 0.8% 0.46% -
HSV(B) 233.33º 0.89% 0.84% -
XYZ 13.33 6.88 63.58 -
YUV 57.87 215.54 103.84 -
System Red Green Blue C M Y K H S L
Decimal 24 45 213 0.89 0.79 0 0.16 233.33 0.8 0.46
Hex 18 2D D5 59 4F 0 10 E9 50 2E
Octal 30 55 325 131 117 0 20 351 120 56
Binary 11000 101101 11010101 1011001 1001111 0 10000 11101001 1010000 101110

Color Harmonies of #182DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182DD5

Black with #182DD5

Text Example


Text Example

White with #182DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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