#180CE9

Color #180CE9 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #180CE9

Tints of Blue #180CE9

Color information

#180CE9 (or 0x180CE9) is unknown color: approx Blue. HEX triplet: 18, 0C and E9. RGB value is (24,12,233). Sum of RGB (Red+Green+Blue) = 24+12+233=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 233 (91.41% from 255 or 86.62% from 269); Max value from RGB is 233 - color contains mainly: blue. Hex color #180CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180CE9 is #E7F316. Grayscale: #272727. Windows color (decimal): -15201047 or 15272984. OLE color: 15272984.

HSL color Cylindrical-coordinate representation of color #180CE9: hue angle of 243.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CE9 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2412233-
CMYK0.900.9500.09
HSL243.26º90.2%48.04%-
HSV(B)243.26º94.85%91.37%-
XYZ15.226.3477.51-
YUV40.78236.48116.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 233 (91.41% from 255) = 86.62%
R=8.92%
G=4.46%
B=86.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal24122330.900.9500.09243.2690.248.04
Hex18CE95A5F09f35a30
Octal301435113213701136313260
Binary110001100111010011011010101111101001111100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180CE9; }

 p { color: rgb(24,12,233); }

 H1.HeaderClassName
 {
   color: #180CE9;
 }
 .AnyTagClassName
 {
   color: #180CE9;
 }
</style>
background-color css

<style>
 a { background-color: #180CE9; }

 a { background-color: rgb(24,12,233); }

 div.DivClassName
 {
   background-color: #180CE9;
 }
 .BgClassName
 {
   background-color: #180CE9;
 }
</style>
border-color css

<style>
 span { border-color: #180CE9; }

 span { border-color: rgb(24,12,233); }

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