Html Css Color HEX #181DCE Persian Blue

📋 copy color: '#181DCE'

red 24 ◦ green 29 ◦ blue 206

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

Shades of Persian Blue #181DCE

Tints of Persian Blue #181DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.2%

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

R = 9.27%
G = 11.2%
B = 79.54%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#181DCE (or 0x181DCE) is known color: Persian Blue. HEX triplet: 18, 1D and CE. RGB value is (24,29,206). Sum of RGB (Red+Green+Blue) = 24+29+206=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #181DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DCE is #E7E231. Grayscale: #2E2E2E. Windows color (decimal): -15196722 or 13507864. OLE color: 13507864.

HSL color Cylindrical-coordinate representation of color #181DCE: hue angle of 238.35º 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 #181DCE is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 29 206 -
CMYK 0.88 0.86 0 0.19
HSL 238.35º 0.79% 0.45% -
HSV(B) 238.35º 0.88% 0.81% -
XYZ 11.96 5.53 58.83 -
YUV 47.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 24 29 206 0.88 0.86 0 0.19 238.35 0.79 0.45
Hex 18 1D CE 58 56 0 13 EE 4F 2D
Octal 30 35 316 130 126 0 23 356 117 55
Binary 11000 11101 11001110 1011000 1010110 0 10011 11101110 1001111 101101

Color Harmonies of #181DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DCE

Black with #181DCE

Text Example


Text Example

White with #181DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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