#180F95

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

Shades of Ultramarine #180F95

Tints of Ultramarine #180F95

Color information

#180F95 (or 0x180F95) is unknown color: approx Ultramarine. HEX triplet: 18, 0F and 95. RGB value is (24,15,149). Sum of RGB (Red+Green+Blue) = 24+15+149=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #180F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180F95 is #E7F06A. Grayscale: #202020. Windows color (decimal): -15200363 or 9768728. OLE color: 9768728.

HSL color Cylindrical-coordinate representation of color #180F95: hue angle of 244.03º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180F95 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2415149-
CMYK0.840.9000.42
HSL244.03º81.71%32.16%-
HSV(B)244.03º89.93%58.43%-
XYZ5.972.7128.64-
YUV32.97193.48121.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=12.77%
G=7.98%
B=79.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24151490.840.9000.42244.0381.7132.16
Hex18F95545A02Af45220
Octal301722512413205236412240
Binary11000111110010101101010010110100101010111101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,15,149); }

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

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

 a { background-color: rgb(24,15,149); }

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

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

 span { border-color: rgb(24,15,149); }

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