Html Css Color HEX #280EAD Ultramarine

📋 copy color: '#280EAD'

red 40 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #280EAD

Tints of Ultramarine #280EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

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

R = 17.62%
G = 6.17%
B = 76.21%

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

#280EAD (or 0x280EAD) is known color: Ultramarine. HEX triplet: 28, 0E and AD. RGB value is (40,14,173). Sum of RGB (Red+Green+Blue) = 40+14+173=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #280EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAD is #D7F152. Grayscale: #272727. Windows color (decimal): -14152019 or 11341352. OLE color: 11341352.

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

Color convert

RGB 40 14 173 -
CMYK 0.77 0.92 0 0.32
HSL 249.81º 0.85% 0.37% -
HSV(B) 249.81º 0.92% 0.68% -
XYZ 8.57 3.78 39.81 -
YUV 39.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 40 14 173 0.77 0.92 0 0.32 249.81 0.85 0.37
Hex 28 E AD 4D 5C 0 20 FA 55 25
Octal 50 16 255 115 134 0 40 372 125 45
Binary 101000 1110 10101101 1001101 1011100 0 100000 11111010 1010101 100101

Color Harmonies of #280EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EAD

Black with #280EAD

Text Example


Text Example

White with #280EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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