Html Css Color HEX #280DAD Ultramarine

📋 copy color: '#280DAD'

red 40 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #280DAD

Tints of Ultramarine #280DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 76.55%

R = 17.7%
G = 5.75%
B = 76.55%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#280DAD (or 0x280DAD) is known color: Ultramarine. HEX triplet: 28, 0D and AD. RGB value is (40,13,173). Sum of RGB (Red+Green+Blue) = 40+13+173=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #280DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DAD is #D7F252. Grayscale: #262626. Windows color (decimal): -14152275 or 11341096. OLE color: 11341096.

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

Color convert

RGB 40 13 173 -
CMYK 0.77 0.92 0 0.32
HSL 250.13º 0.86% 0.36% -
HSV(B) 250.13º 0.92% 0.68% -
XYZ 8.56 3.76 39.81 -
YUV 39.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 40 13 173 0.77 0.92 0 0.32 250.13 0.86 0.36
Hex 28 D AD 4D 5C 0 20 FA 56 24
Octal 50 15 255 115 134 0 40 372 126 44
Binary 101000 1101 10101101 1001101 1011100 0 100000 11111010 1010110 100100

Color Harmonies of #280DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DAD

Black with #280DAD

Text Example


Text Example

White with #280DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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