Html Css Color HEX #2812AB Ultramarine

📋 copy color: '#2812AB'

red 40 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #2812AB

Tints of Ultramarine #2812AB

RGB

 RED value IS 40 (16.02% from 255) = 17.47%

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 171 (67.19% from 255) = 74.67%

R = 17.47%
G = 7.86%
B = 74.67%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2812AB (or 0x2812AB) is known color: Ultramarine. HEX triplet: 28, 12 and AB. RGB value is (40,18,171). Sum of RGB (Red+Green+Blue) = 40+18+171=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2812AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2812AB is #D7ED54. Grayscale: #292929. Windows color (decimal): -14150997 or 11211304. OLE color: 11211304.

HSL color Cylindrical-coordinate representation of color #2812AB: hue angle of 248.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2812AB is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 18 171 -
CMYK 0.77 0.89 0 0.33
HSL 248.63º 0.81% 0.37% -
HSV(B) 248.63º 0.89% 0.67% -
XYZ 8.44 3.82 38.82 -
YUV 42.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 40 18 171 0.77 0.89 0 0.33 248.63 0.81 0.37
Hex 28 12 AB 4D 59 0 21 F9 51 25
Octal 50 22 253 115 131 0 41 371 121 45
Binary 101000 10010 10101011 1001101 1011001 0 100001 11111001 1010001 100101

Color Harmonies of #2812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2812AB

Black with #2812AB

Text Example


Text Example

White with #2812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2812AB; }

 p { color: rgb(40,18,171); }

 H1.HeaderClassName
 {
   color: #2812AB;
 }
 .AnyTagClassName
 {
   color: #2812AB;
 }
</style>

background-color css

<style>
 a { background-color: #2812AB; }

 a { background-color: rgb(40,18,171); }

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

border-color css

<style>
 span { border-color: #2812AB; }

 span { border-color: rgb(40,18,171); }

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