#0C028D

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

Shades of Ultramarine #0C028D

Tints of Ultramarine #0C028D

Color information

#0C028D (or 0x0C028D) is unknown color: approx Ultramarine. HEX triplet: 0C, 02 and 8D. RGB value is (12,2,141). Sum of RGB (Red+Green+Blue) = 12+2+141=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C028D is #F3FD72. Grayscale: #141414. Windows color (decimal): -15990131 or 9241100. OLE color: 9241100.

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

Color convert

RGB122141-
CMYK0.910.9900.45
HSL244.32º97.2%28.04%-
HSV(B)244.32º98.58%55.29%-
XYZ4.982.0425.33-
YUV20.84195.81121.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 141 (55.47% from 255) = 90.97%
R=7.74%
G=1.29%
B=90.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221410.910.9900.45244.3297.228.04
HexC28D5B6302Df4611c
Octal14221513314305536414134
Binary1100101000110110110111100011010110111110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,141); }

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

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

 a { background-color: rgb(12,2,141); }

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

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

 span { border-color: rgb(12,2,141); }

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