Html Css Color HEX #280EAE Ultramarine

📋 copy color: '#280EAE'

red 40 ◦ green 14 ◦ blue 174

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

Shades of Ultramarine #280EAE

Tints of Ultramarine #280EAE

RGB

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

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

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

R = 17.54%
G = 6.14%
B = 76.32%

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

#280EAE (or 0x280EAE) is known color: Ultramarine. HEX triplet: 28, 0E and AE. RGB value is (40,14,174). Sum of RGB (Red+Green+Blue) = 40+14+174=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #280EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAE is #D7F151. Grayscale: #272727. Windows color (decimal): -14152018 or 11406888. OLE color: 11406888.

HSL color Cylindrical-coordinate representation of color #280EAE: hue angle of 249.75º 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 #280EAE is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 14 174 -
CMYK 0.77 0.92 0 0.32
HSL 249.75º 0.85% 0.37% -
HSV(B) 249.75º 0.92% 0.68% -
XYZ 8.67 3.82 40.32 -
YUV 40.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 40 14 174 0.77 0.92 0 0.32 249.75 0.85 0.37
Hex 28 E AE 4D 5C 0 20 FA 55 25
Octal 50 16 256 115 134 0 40 372 125 45
Binary 101000 1110 10101110 1001101 1011100 0 100000 11111010 1010101 100101

Color Harmonies of #280EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EAE

Black with #280EAE

Text Example


Text Example

White with #280EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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