Html Css Color HEX #181ACC Medium Blue

📋 copy color: '#181ACC'

red 24 ◦ green 26 ◦ blue 204

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

Shades of Medium Blue #181ACC

Tints of Medium Blue #181ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 9.45%
G = 10.24%
B = 80.31%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#181ACC (or 0x181ACC) is known color: Medium Blue. HEX triplet: 18, 1A and CC. RGB value is (24,26,204). Sum of RGB (Red+Green+Blue) = 24+26+204=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #181ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ACC is #E7E533. Grayscale: #2C2C2C. Windows color (decimal): -15197492 or 13376024. OLE color: 13376024.

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

Color convert

RGB 24 26 204 -
CMYK 0.88 0.87 0 0.2
HSL 239.33º 0.79% 0.45% -
HSV(B) 239.33º 0.88% 0.8% -
XYZ 11.65 5.29 57.53 -
YUV 45.69 217.34 112.53 -
System Red Green Blue C M Y K H S L
Decimal 24 26 204 0.88 0.87 0 0.2 239.33 0.79 0.45
Hex 18 1A CC 58 57 0 14 EF 4F 2D
Octal 30 32 314 130 127 0 24 357 117 55
Binary 11000 11010 11001100 1011000 1010111 0 10100 11101111 1001111 101101

Color Harmonies of #181ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181ACC

Black with #181ACC

Text Example


Text Example

White with #181ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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