#18067B

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

Shades of Ultramarine #18067B

Tints of Ultramarine #18067B

Color information

#18067B (or 0x18067B) is unknown color: approx Ultramarine. HEX triplet: 18, 06 and 7B. RGB value is (24,6,123). Sum of RGB (Red+Green+Blue) = 24+6+123=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 123 (48.44% from 255 or 80.39% from 153); Max value from RGB is 123 - color contains mainly: blue. Hex color #18067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18067B is #E7F984. Grayscale: #181818. Windows color (decimal): -15202693 or 8062488. OLE color: 8062488.

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

Color convert

RGB246123-
CMYK0.800.9500.52
HSL249.23º90.7%25.29%-
HSV(B)249.23º95.12%48.24%-
XYZ4.021.7518.87-
YUV24.72183.46127.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 123 (48.44% from 255) = 80.39%
R=15.69%
G=3.92%
B=80.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2461230.800.9500.52249.2390.725.29
Hex1867B505F034f95b19
Octal30617312013706437113331
Binary11000110111101110100001011111011010011111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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