#200CAE

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

Shades of Ultramarine #200CAE

Tints of Ultramarine #200CAE

Color information

#200CAE (or 0x200CAE) is unknown color: approx Ultramarine. HEX triplet: 20, 0C and AE. RGB value is (32,12,174). Sum of RGB (Red+Green+Blue) = 32+12+174=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #200CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200CAE is #DFF351. Grayscale: #232323. Windows color (decimal): -14676818 or 11406368. OLE color: 11406368.

HSL color Cylindrical-coordinate representation of color #200CAE: hue angle of 247.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200CAE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3212174-
CMYK0.820.9300.32
HSL247.41º87.1%36.47%-
HSV(B)247.41º93.1%68.24%-
XYZ8.373.6340.3-
YUV36.45205.63124.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 174 (68.36% from 255) = 79.82%
R=14.68%
G=5.50%
B=79.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32121740.820.9300.32247.4187.136.47
Hex20CAE525D020f75724
Octal401425612213504036712744
Binary100000110010101110101001010111010100000111101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200CAE; }

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

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

<style>
 a { background-color: #200CAE; }

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

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

<style>
 span { border-color: #200CAE; }

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

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