Html Css Color HEX #182ED5 Persian Blue

📋 copy color: '#182ED5'

red 24 ◦ green 46 ◦ blue 213

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

Shades of Persian Blue #182ED5

Tints of Persian Blue #182ED5

RGB

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

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

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

R = 8.48%
G = 16.25%
B = 75.27%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#182ED5 (or 0x182ED5) is known color: Persian Blue. HEX triplet: 18, 2E and D5. RGB value is (24,46,213). Sum of RGB (Red+Green+Blue) = 24+46+213=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 213 (83.59% from 255 or 75.27% from 283); Max value from RGB is 213 - color contains mainly: blue. Hex color #182ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182ED5 is #E7D12A. Grayscale: #393939. Windows color (decimal): -15192363 or 13970968. OLE color: 13970968.

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

Color convert

RGB 24 46 213 -
CMYK 0.89 0.78 0 0.16
HSL 233.02º 0.8% 0.46% -
HSV(B) 233.02º 0.89% 0.84% -
XYZ 13.36 6.95 63.59 -
YUV 58.46 215.21 103.42 -
System Red Green Blue C M Y K H S L
Decimal 24 46 213 0.89 0.78 0 0.16 233.02 0.8 0.46
Hex 18 2E D5 59 4E 0 10 E9 50 2E
Octal 30 56 325 131 116 0 20 351 120 56
Binary 11000 101110 11010101 1011001 1001110 0 10000 11101001 1010000 101110

Color Harmonies of #182ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182ED5

Black with #182ED5

Text Example


Text Example

White with #182ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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