#2C07AB

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

Shades of Ultramarine #2C07AB

Tints of Ultramarine #2C07AB

Color information

#2C07AB (or 0x2C07AB) is unknown color: approx Ultramarine. HEX triplet: 2C, 07 and AB. RGB value is (44,7,171). Sum of RGB (Red+Green+Blue) = 44+7+171=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C07AB is #D3F854. Grayscale: #242424. Windows color (decimal): -13891669 or 11208492. OLE color: 11208492.

HSL color Cylindrical-coordinate representation of color #2C07AB: hue angle of 253.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C07AB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB447171-
CMYK0.740.9600.33
HSL253.54º92.13%34.9%-
HSV(B)253.54º95.91%67.06%-
XYZ8.473.6338.78-
YUV36.76203.76133.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 171 (67.19% from 255) = 77.03%
R=19.82%
G=3.15%
B=77.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4471710.740.9600.33253.5492.1334.9
Hex2C7AB4A60021fe5c23
Octal54725311214004137613443
Binary10110011110101011100101011000000100001111111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C07AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,171); }

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

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

 a { background-color: rgb(44,7,171); }

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

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

 span { border-color: rgb(44,7,171); }

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