Html Css Color HEX #181ECE Persian Blue

📋 copy color: '#181ECE'

red 24 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #181ECE

Tints of Persian Blue #181ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 9.23%
G = 11.54%
B = 79.23%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#181ECE (or 0x181ECE) is known color: Persian Blue. HEX triplet: 18, 1E and CE. RGB value is (24,30,206). Sum of RGB (Red+Green+Blue) = 24+30+206=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #181ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ECE is #E7E131. Grayscale: #2F2F2F. Windows color (decimal): -15196466 or 13508120. OLE color: 13508120.

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

Color convert

RGB 24 30 206 -
CMYK 0.88 0.85 0 0.19
HSL 238.02º 0.79% 0.45% -
HSV(B) 238.02º 0.88% 0.81% -
XYZ 11.98 5.58 58.84 -
YUV 48.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 24 30 206 0.88 0.85 0 0.19 238.02 0.79 0.45
Hex 18 1E CE 58 55 0 13 EE 4F 2D
Octal 30 36 316 130 125 0 23 356 117 55
Binary 11000 11110 11001110 1011000 1010101 0 10011 11101110 1001111 101101

Color Harmonies of #181ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ECE

Black with #181ECE

Text Example


Text Example

White with #181ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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