Html Css Color HEX #181DCD Persian Blue

📋 copy color: '#181DCD'

red 24 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #181DCD

Tints of Persian Blue #181DCD

RGB

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

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

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

R = 9.3%
G = 11.24%
B = 79.46%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#181DCD (or 0x181DCD) is known color: Persian Blue. HEX triplet: 18, 1D and CD. RGB value is (24,29,205). Sum of RGB (Red+Green+Blue) = 24+29+205=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #181DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DCD is #E7E232. Grayscale: #2E2E2E. Windows color (decimal): -15196723 or 13442328. OLE color: 13442328.

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

Color convert

RGB 24 29 205 -
CMYK 0.88 0.86 0 0.20
HSL 238.34º 0.79% 0.45% -
HSV(B) 238.34º 0.88% 0.8% -
XYZ 11.84 5.48 58.19 -
YUV 47.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 24 29 205 0.88 0.86 0 0.20 238.34 0.79 0.45
Hex 18 1D CD 58 56 0 14 EE 4F 2D
Octal 30 35 315 130 126 0 24 356 117 55
Binary 11000 11101 11001101 1011000 1010110 0 10100 11101110 1001111 101101

Color Harmonies of #181DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DCD

Black with #181DCD

Text Example


Text Example

White with #181DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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