#0C098B

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

Shades of Ultramarine #0C098B

Tints of Ultramarine #0C098B

Color information

#0C098B (or 0x0C098B) is unknown color: approx Ultramarine. HEX triplet: 0C, 09 and 8B. RGB value is (12,9,139). Sum of RGB (Red+Green+Blue) = 12+9+139=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C098B is #F3F674. Grayscale: #181818. Windows color (decimal): -15988341 or 9111820. OLE color: 9111820.

HSL color Cylindrical-coordinate representation of color #0C098B: hue angle of 241.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C098B is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129139-
CMYK0.910.9400.45
HSL241.38º87.84%29.02%-
HSV(B)241.38º93.53%54.51%-
XYZ4.912.1424.58-
YUV24.72192.49118.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 139 (54.69% from 255) = 86.88%
R=7.5%
G=5.62%
B=86.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291390.910.9400.45241.3887.8429.02
HexC98B5B5E02Df1581d
Octal141121313313605536113035
Binary110010011000101110110111011110010110111110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,139); }

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

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

 a { background-color: rgb(12,9,139); }

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

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

 span { border-color: rgb(12,9,139); }

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