Html Css Color HEX #2A00AE Ultramarine

📋 copy color: '#2A00AE'

red 42 ◦ green 0 ◦ blue 174

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

Shades of Ultramarine #2A00AE

Tints of Ultramarine #2A00AE

RGB

 RED value IS 42 (16.8% from 255) = 19.44%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.44%
G = 0%
B = 80.56%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A00AE (or 0x2A00AE) is known color: Ultramarine. HEX triplet: 2A, 00 and AE. RGB value is (42,0,174). Sum of RGB (Red+Green+Blue) = 42+0+174=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A00AE is #D5FF51. Grayscale: #1F1F1F. Windows color (decimal): -14024530 or 11403306. OLE color: 11403306.

HSL color Cylindrical-coordinate representation of color #2A00AE: hue angle of 254.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00AE is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 0 174 -
CMYK 0.76 1 0 0.32
HSL 254.48º 1% 0.34% -
HSV(B) 254.48º 1% 0.68% -
XYZ 8.59 3.55 40.28 -
YUV 32.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 42 0 174 0.76 1 0 0.32 254.48 1 0.34
Hex 2A 0 AE 4C 64 0 20 FE 64 22
Octal 52 0 256 114 144 0 40 376 144 42
Binary 101010 0 10101110 1001100 1100100 0 100000 11111110 1100100 100010

Color Harmonies of #2A00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A00AE

Black with #2A00AE

Text Example


Text Example

White with #2A00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,0,174); }

 H1.HeaderClassName
 {
   color: #2A00AE;
 }
 .AnyTagClassName
 {
   color: #2A00AE;
 }
</style>

background-color css

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

 a { background-color: rgb(42,0,174); }

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

border-color css

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

 span { border-color: rgb(42,0,174); }

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