#2A0F9C

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

Shades of Ultramarine #2A0F9C

Tints of Ultramarine #2A0F9C

Color information

#2A0F9C (or 0x2A0F9C) is unknown color: approx Ultramarine. HEX triplet: 2A, 0F and 9C. RGB value is (42,15,156). Sum of RGB (Red+Green+Blue) = 42+15+156=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0F9C is #D5F063. Grayscale: #262626. Windows color (decimal): -14020708 or 10227498. OLE color: 10227498.

HSL color Cylindrical-coordinate representation of color #2A0F9C: hue angle of 251.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0F9C is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4215156-
CMYK0.730.9000.39
HSL251.49º82.46%33.53%-
HSV(B)251.49º90.38%61.18%-
XYZ7.133.2331.7-
YUV39.15193.95130.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 156 (61.33% from 255) = 73.24%
R=19.72%
G=7.04%
B=73.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42151560.730.9000.39251.4982.4633.53
Hex2AF9C495A027fb5222
Octal521723411113204737312242
Binary101010111110011100100100110110100100111111110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0F9C; }

 p { color: rgb(42,15,156); }

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

<style>
 a { background-color: #2A0F9C; }

 a { background-color: rgb(42,15,156); }

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

<style>
 span { border-color: #2A0F9C; }

 span { border-color: rgb(42,15,156); }

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