#2007AE

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

Shades of Ultramarine #2007AE

Tints of Ultramarine #2007AE

Color information

#2007AE (or 0x2007AE) is unknown color: approx Ultramarine. HEX triplet: 20, 07 and AE. RGB value is (32,7,174). Sum of RGB (Red+Green+Blue) = 32+7+174=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #2007AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007AE is #DFF851. Grayscale: #202020. Windows color (decimal): -14678098 or 11405088. OLE color: 11405088.

HSL color Cylindrical-coordinate representation of color #2007AE: hue angle of 248.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007AE is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB327174-
CMYK0.820.9600.32
HSL248.98º92.27%35.49%-
HSV(B)248.98º95.98%68.24%-
XYZ8.313.5240.28-
YUV33.51207.28126.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 174 (68.36% from 255) = 81.69%
R=15.02%
G=3.29%
B=81.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3271740.820.9600.32248.9892.2735.49
Hex207AE5260020f95c23
Octal40725612214004037113443
Binary10000011110101110101001011000000100000111110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2007AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2007AE; }

 p { color: rgb(32,7,174); }

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

<style>
 a { background-color: #2007AE; }

 a { background-color: rgb(32,7,174); }

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

<style>
 span { border-color: #2007AE; }

 span { border-color: rgb(32,7,174); }

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