#18057B

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

Shades of Ultramarine #18057B

Tints of Ultramarine #18057B

Color information

#18057B (or 0x18057B) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 7B. RGB value is (24,5,123). Sum of RGB (Red+Green+Blue) = 24+5+123=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #18057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18057B is #E7FA84. Grayscale: #171717. Windows color (decimal): -15202949 or 8062232. OLE color: 8062232.

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

Color convert

RGB245123-
CMYK0.800.9600.52
HSL249.66º92.19%25.1%-
HSV(B)249.66º95.93%48.24%-
XYZ4.011.7318.86-
YUV24.13183.79127.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 123 (48.44% from 255) = 80.92%
R=15.79%
G=3.29%
B=80.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2451230.800.9600.52249.6692.1925.1
Hex1857B5060034fa5c19
Octal30517312014006437213431
Binary11000101111101110100001100000011010011111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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