#18007B

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

Shades of Ultramarine #18007B

Tints of Ultramarine #18007B

Color information

#18007B (or 0x18007B) is unknown color: approx Ultramarine. HEX triplet: 18, 00 and 7B. RGB value is (24,0,123). Sum of RGB (Red+Green+Blue) = 24+0+123=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #18007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007B is #E7FF84. Grayscale: #141414. Windows color (decimal): -15204229 or 8060952. OLE color: 8060952.

HSL color Cylindrical-coordinate representation of color #18007B: hue angle of 251.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18007B is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB240123-
CMYK0.80100.52
HSL251.71º100%24.12%-
HSV(B)251.71º100%48.24%-
XYZ3.951.6218.84-
YUV21.2185.45130-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 83.67%
R=16.33%
G=0%
B=83.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2401230.80100.52251.7110024.12
Hex1807B5064034fc6418
Octal30017312014406437414430
Binary110000111101110100001100100011010011111100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18007B; }

 p { color: rgb(24,0,123); }

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

<style>
 a { background-color: #18007B; }

 a { background-color: rgb(24,0,123); }

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

<style>
 span { border-color: #18007B; }

 span { border-color: rgb(24,0,123); }

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