#18089F

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

Shades of Ultramarine #18089F

Tints of Ultramarine #18089F

Color information

#18089F (or 0x18089F) is unknown color: approx Ultramarine. HEX triplet: 18, 08 and 9F. RGB value is (24,8,159). Sum of RGB (Red+Green+Blue) = 24+8+159=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #18089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18089F is #E7F760. Grayscale: #1D1D1D. Windows color (decimal): -15202145 or 10422296. OLE color: 10422296.

HSL color Cylindrical-coordinate representation of color #18089F: hue angle of 246.36º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18089F is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB248159-
CMYK0.850.9500.38
HSL246.36º90.42%32.75%-
HSV(B)246.36º94.97%62.35%-
XYZ6.722.8733-
YUV30200.8123.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 159 (62.5% from 255) = 83.25%
R=12.57%
G=4.19%
B=83.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2481590.850.9500.38246.3690.4232.75
Hex1889F555F026f65a21
Octal301023712513704636613241
Binary11000100010011111101010110111110100110111101101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18089F; }

 p { color: rgb(24,8,159); }

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

<style>
 a { background-color: #18089F; }

 a { background-color: rgb(24,8,159); }

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

<style>
 span { border-color: #18089F; }

 span { border-color: rgb(24,8,159); }

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