Html Css Color HEX #280E95 Ultramarine

📋 copy color: '#280E95'

red 40 ◦ green 14 ◦ blue 149

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

Shades of Ultramarine #280E95

Tints of Ultramarine #280E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 19.7%
G = 6.9%
B = 73.4%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280E95 (or 0x280E95) is known color: Ultramarine. HEX triplet: 28, 0E and 95. RGB value is (40,14,149). Sum of RGB (Red+Green+Blue) = 40+14+149=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #280E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E95 is #D7F16A. Grayscale: #242424. Windows color (decimal): -14152043 or 9768488. OLE color: 9768488.

HSL color Cylindrical-coordinate representation of color #280E95: hue angle of 251.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280E95 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 14 149 -
CMYK 0.73 0.91 0 0.42
HSL 251.56º 0.83% 0.32% -
HSV(B) 251.56º 0.91% 0.58% -
XYZ 6.46 2.94 28.66 -
YUV 37.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 40 14 149 0.73 0.91 0 0.42 251.56 0.83 0.32
Hex 28 E 95 49 5B 0 2A FC 53 20
Octal 50 16 225 111 133 0 52 374 123 40
Binary 101000 1110 10010101 1001001 1011011 0 101010 11111100 1010011 100000

Color Harmonies of #280E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E95

Black with #280E95

Text Example


Text Example

White with #280E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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