#18007C

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

Shades of Ultramarine #18007C

Tints of Ultramarine #18007C

Color information

#18007C (or 0x18007C) is unknown color: approx Ultramarine. HEX triplet: 18, 00 and 7C. RGB value is (24,0,124). Sum of RGB (Red+Green+Blue) = 24+0+124=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #18007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007C is #E7FF83. Grayscale: #141414. Windows color (decimal): -15204228 or 8126488. OLE color: 8126488.

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

Color convert

RGB240124-
CMYK0.81100.51
HSL251.61º100%24.31%-
HSV(B)251.61º100%48.63%-
XYZ4.011.6519.18-
YUV21.31185.95129.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 83.78%
R=16.22%
G=0%
B=83.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2401240.81100.51251.6110024.31
Hex1807C5164033fc6418
Octal30017412114406337414430
Binary110000111110010100011100100011001111111100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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