Html Css Color HEX #181DCC Persian Blue

📋 copy color: '#181DCC'

red 24 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #181DCC

Tints of Persian Blue #181DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.38%

R = 9.34%
G = 11.28%
B = 79.38%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#181DCC (or 0x181DCC) is known color: Persian Blue. HEX triplet: 18, 1D and CC. RGB value is (24,29,204). Sum of RGB (Red+Green+Blue) = 24+29+204=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #181DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DCC is #E7E233. Grayscale: #2E2E2E. Windows color (decimal): -15196724 or 13376792. OLE color: 13376792.

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

Color convert

RGB 24 29 204 -
CMYK 0.88 0.86 0 0.2
HSL 238.33º 0.79% 0.45% -
HSV(B) 238.33º 0.88% 0.8% -
XYZ 11.72 5.43 57.56 -
YUV 47.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 24 29 204 0.88 0.86 0 0.2 238.33 0.79 0.45
Hex 18 1D CC 58 56 0 14 EE 4F 2D
Octal 30 35 314 130 126 0 24 356 117 55
Binary 11000 11101 11001100 1011000 1010110 0 10100 11101110 1001111 101101

Color Harmonies of #181DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181DCC

Black with #181DCC

Text Example


Text Example

White with #181DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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