#18077B

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

Shades of Ultramarine #18077B

Tints of Ultramarine #18077B

Color information

#18077B (or 0x18077B) is unknown color: approx Ultramarine. HEX triplet: 18, 07 and 7B. RGB value is (24,7,123). Sum of RGB (Red+Green+Blue) = 24+7+123=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #18077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18077B is #E7F884. Grayscale: #181818. Windows color (decimal): -15202437 or 8062744. OLE color: 8062744.

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

Color convert

RGB247123-
CMYK0.800.9400.52
HSL248.79º89.23%25.49%-
HSV(B)248.79º94.31%48.24%-
XYZ4.031.7818.87-
YUV25.31183.13127.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 123 (48.44% from 255) = 79.87%
R=15.58%
G=4.55%
B=79.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2471230.800.9400.52248.7989.2325.49
Hex1877B505E034f95919
Octal30717312013606437113131
Binary11000111111101110100001011110011010011111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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