#0C0899

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

Shades of Ultramarine #0C0899

Tints of Ultramarine #0C0899

Color information

#0C0899 (or 0x0C0899) is unknown color: approx Ultramarine. HEX triplet: 0C, 08 and 99. RGB value is (12,8,153). Sum of RGB (Red+Green+Blue) = 12+8+153=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C0899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0899 is #F3F766. Grayscale: #191919. Windows color (decimal): -15988583 or 10029068. OLE color: 10029068.

HSL color Cylindrical-coordinate representation of color #0C0899: hue angle of 241.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0899 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128153-
CMYK0.920.9500.4
HSL241.66º90.06%31.57%-
HSV(B)241.66º94.77%60%-
XYZ5.992.5530.31-
YUV25.73199.83118.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 153 (60.16% from 255) = 88.44%
R=6.94%
G=4.62%
B=88.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281530.920.9500.4241.6690.0631.57
HexC8995C5F028f25a20
Octal141023113413705036213240
Binary1100100010011001101110010111110101000111100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0899; }

 p { color: rgb(12,8,153); }

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

<style>
 a { background-color: #0C0899; }

 a { background-color: rgb(12,8,153); }

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

<style>
 span { border-color: #0C0899; }

 span { border-color: rgb(12,8,153); }

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