Html Css Color HEX #280DAC Ultramarine

📋 copy color: '#280DAC'

red 40 ◦ green 13 ◦ blue 172

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

Shades of Ultramarine #280DAC

Tints of Ultramarine #280DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 17.78%
G = 5.78%
B = 76.44%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280DAC (or 0x280DAC) is known color: Ultramarine. HEX triplet: 28, 0D and AC. RGB value is (40,13,172). Sum of RGB (Red+Green+Blue) = 40+13+172=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #280DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DAC is #D7F253. Grayscale: #262626. Windows color (decimal): -14152276 or 11275560. OLE color: 11275560.

HSL color Cylindrical-coordinate representation of color #280DAC: hue angle of 250.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280DAC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 13 172 -
CMYK 0.77 0.92 0 0.33
HSL 250.19º 0.86% 0.36% -
HSV(B) 250.19º 0.92% 0.67% -
XYZ 8.47 3.72 39.3 -
YUV 39.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 40 13 172 0.77 0.92 0 0.33 250.19 0.86 0.36
Hex 28 D AC 4D 5C 0 21 FA 56 24
Octal 50 15 254 115 134 0 41 372 126 44
Binary 101000 1101 10101100 1001101 1011100 0 100001 11111010 1010110 100100

Color Harmonies of #280DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DAC

Black with #280DAC

Text Example


Text Example

White with #280DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280DAC; }

 p { color: rgb(40,13,172); }

 H1.HeaderClassName
 {
   color: #280DAC;
 }
 .AnyTagClassName
 {
   color: #280DAC;
 }
</style>

background-color css

<style>
 a { background-color: #280DAC; }

 a { background-color: rgb(40,13,172); }

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

border-color css

<style>
 span { border-color: #280DAC; }

 span { border-color: rgb(40,13,172); }

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