Html Css Color HEX #2004AE Ultramarine

📋 copy color: '#2004AE'

red 32 ◦ green 4 ◦ blue 174

#2004AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2004AE

Tints of Ultramarine #2004AE

RGB

 RED value IS 32 (12.89% from 255) = 15.24%

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 174 (68.36% from 255) = 82.86%

R = 15.24%
G = 1.9%
B = 82.86%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2004AE (or 0x2004AE) is known color: Ultramarine. HEX triplet: 20, 04 and AE. RGB value is (32,4,174). Sum of RGB (Red+Green+Blue) = 32+4+174=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #2004AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2004AE is #DFFB51. Grayscale: #1F1F1F. Windows color (decimal): -14678866 or 11404320. OLE color: 11404320.

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

Color convert

RGB 32 4 174 -
CMYK 0.82 0.98 0 0.32
HSL 249.88º 0.96% 0.35% -
HSV(B) 249.88º 0.98% 0.68% -
XYZ 8.28 3.45 40.27 -
YUV 31.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 32 4 174 0.82 0.98 0 0.32 249.88 0.96 0.35
Hex 20 4 AE 52 62 0 20 FA 60 23
Octal 40 4 256 122 142 0 40 372 140 43
Binary 100000 100 10101110 1010010 1100010 0 100000 11111010 1100000 100011

Color Harmonies of #2004AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004AE

Black with #2004AE

Text Example


Text Example

White with #2004AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2004AE;
 }
 .AnyTagClassName
 {
   color: #2004AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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