Html Css Color HEX #181ECD Persian Blue

📋 copy color: '#181ECD'

red 24 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #181ECD

Tints of Persian Blue #181ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 205 (80.47% from 255) = 79.15%

R = 9.27%
G = 11.58%
B = 79.15%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#181ECD (or 0x181ECD) is known color: Persian Blue. HEX triplet: 18, 1E and CD. RGB value is (24,30,205). Sum of RGB (Red+Green+Blue) = 24+30+205=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #181ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ECD is #E7E132. Grayscale: #2F2F2F. Windows color (decimal): -15196467 or 13442584. OLE color: 13442584.

HSL color Cylindrical-coordinate representation of color #181ECD: hue angle of 238.01º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181ECD is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 30 205 -
CMYK 0.88 0.85 0 0.20
HSL 238.01º 0.79% 0.45% -
HSV(B) 238.01º 0.88% 0.8% -
XYZ 11.86 5.53 58.2 -
YUV 48.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 24 30 205 0.88 0.85 0 0.20 238.01 0.79 0.45
Hex 18 1E CD 58 55 0 14 EE 4F 2D
Octal 30 36 315 130 125 0 24 356 117 55
Binary 11000 11110 11001101 1011000 1010101 0 10100 11101110 1001111 101101

Color Harmonies of #181ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ECD

Black with #181ECD

Text Example


Text Example

White with #181ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181ECD; }

 p { color: rgb(24,30,205); }

 H1.HeaderClassName
 {
   color: #181ECD;
 }
 .AnyTagClassName
 {
   color: #181ECD;
 }
</style>

background-color css

<style>
 a { background-color: #181ECD; }

 a { background-color: rgb(24,30,205); }

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

border-color css

<style>
 span { border-color: #181ECD; }

 span { border-color: rgb(24,30,205); }

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