Html Css Color HEX #280E99 Ultramarine

📋 copy color: '#280E99'

red 40 ◦ green 14 ◦ blue 153

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

Shades of Ultramarine #280E99

Tints of Ultramarine #280E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 19.32%
G = 6.76%
B = 73.91%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#280E99 (or 0x280E99) is known color: Ultramarine. HEX triplet: 28, 0E and 99. RGB value is (40,14,153). Sum of RGB (Red+Green+Blue) = 40+14+153=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #280E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E99 is #D7F166. Grayscale: #252525. Windows color (decimal): -14152039 or 10030632. OLE color: 10030632.

HSL color Cylindrical-coordinate representation of color #280E99: hue angle of 251.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280E99 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 14 153 -
CMYK 0.74 0.91 0 0.4
HSL 251.22º 0.83% 0.33% -
HSV(B) 251.22º 0.91% 0.6% -
XYZ 6.78 3.07 30.37 -
YUV 37.62 193.11 129.7 -
System Red Green Blue C M Y K H S L
Decimal 40 14 153 0.74 0.91 0 0.4 251.22 0.83 0.33
Hex 28 E 99 4A 5B 0 28 FB 53 21
Octal 50 16 231 112 133 0 50 373 123 41
Binary 101000 1110 10011001 1001010 1011011 0 101000 11111011 1010011 100001

Color Harmonies of #280E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E99

Black with #280E99

Text Example


Text Example

White with #280E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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