#2C169F

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

Shades of Ultramarine #2C169F

Tints of Ultramarine #2C169F

Color information

#2C169F (or 0x2C169F) is unknown color: approx Ultramarine. HEX triplet: 2C, 16 and 9F. RGB value is (44,22,159). Sum of RGB (Red+Green+Blue) = 44+22+159=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C169F is #D3E960. Grayscale: #2B2B2B. Windows color (decimal): -13887841 or 10425900. OLE color: 10425900.

HSL color Cylindrical-coordinate representation of color #2C169F: hue angle of 249.64º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C169F is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4422159-
CMYK0.720.8600.38
HSL249.64º75.69%35.49%-
HSV(B)249.64º86.16%62.35%-
XYZ7.583.6133.1-
YUV44.2192.79127.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 159 (62.5% from 255) = 70.67%
R=19.56%
G=9.78%
B=70.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44221590.720.8600.38249.6475.6935.49
Hex2C169F4856026fa4c23
Octal542623711012604637211443
Binary1011001011010011111100100010101100100110111110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,159); }

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

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

 a { background-color: rgb(44,22,159); }

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

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

 span { border-color: rgb(44,22,159); }

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