#2A009B

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

Shades of Ultramarine #2A009B

Tints of Ultramarine #2A009B

Color information

#2A009B (or 0x2A009B) is unknown color: approx Ultramarine. HEX triplet: 2A, 00 and 9B. RGB value is (42,0,155). Sum of RGB (Red+Green+Blue) = 42+0+155=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A009B is #D5FF64. Grayscale: #1D1D1D. Windows color (decimal): -14024549 or 10158122. OLE color: 10158122.

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

Color convert

RGB420155-
CMYK0.73100.39
HSL256.26º100%30.39%-
HSV(B)256.26º100%60.78%-
XYZ6.872.8631.2-
YUV30.23198.41136.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=21.32%
G=0%
B=78.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4201550.73100.39256.2610030.39
Hex2A09B4964027100641e
Octal52023311114404740014436
Binary101010010011011100100111001000100111100000000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,155); }

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

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

 a { background-color: rgb(42,0,155); }

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

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

 span { border-color: rgb(42,0,155); }

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