Html Css Color HEX #280EAA Ultramarine

📋 copy color: '#280EAA'

red 40 ◦ green 14 ◦ blue 170

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

Shades of Ultramarine #280EAA

Tints of Ultramarine #280EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 17.86%
G = 6.25%
B = 75.89%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280EAA (or 0x280EAA) is known color: Ultramarine. HEX triplet: 28, 0E and AA. RGB value is (40,14,170). Sum of RGB (Red+Green+Blue) = 40+14+170=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #280EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAA is #D7F155. Grayscale: #262626. Windows color (decimal): -14152022 or 11144744. OLE color: 11144744.

HSL color Cylindrical-coordinate representation of color #280EAA: hue angle of 250º degrees, saturation: 0.85, 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 #280EAA is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 14 170 -
CMYK 0.76 0.92 0 0.33
HSL 250º 0.85% 0.36% -
HSV(B) 250º 0.92% 0.67% -
XYZ 8.29 3.67 38.3 -
YUV 39.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 40 14 170 0.76 0.92 0 0.33 250 0.85 0.36
Hex 28 E AA 4C 5C 0 21 FA 55 24
Octal 50 16 252 114 134 0 41 372 125 44
Binary 101000 1110 10101010 1001100 1011100 0 100001 11111010 1010101 100100

Color Harmonies of #280EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280EAA

Black with #280EAA

Text Example


Text Example

White with #280EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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