Html Css Color HEX #182EDC Persian Blue

📋 copy color: '#182EDC'

red 24 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #182EDC

Tints of Persian Blue #182EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.86%

R = 8.28%
G = 15.86%
B = 75.86%

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

#182EDC (or 0x182EDC) is known color: Persian Blue. HEX triplet: 18, 2E and DC. RGB value is (24,46,220). Sum of RGB (Red+Green+Blue) = 24+46+220=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #182EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EDC is #E7D123. Grayscale: #3A3A3A. Windows color (decimal): -15192356 or 14429720. OLE color: 14429720.

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

Color convert

RGB 24 46 220 -
CMYK 0.89 0.79 0 0.14
HSL 233.27º 0.8% 0.48% -
HSV(B) 233.27º 0.89% 0.86% -
XYZ 14.27 7.32 68.37 -
YUV 59.26 218.71 102.85 -
System Red Green Blue C M Y K H S L
Decimal 24 46 220 0.89 0.79 0 0.14 233.27 0.8 0.48
Hex 18 2E DC 59 4F 0 E E9 50 30
Octal 30 56 334 131 117 0 16 351 120 60
Binary 11000 101110 11011100 1011001 1001111 0 1110 11101001 1010000 110000

Color Harmonies of #182EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182EDC

Black with #182EDC

Text Example


Text Example

White with #182EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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