Html Css Color HEX #280091 Ultramarine

📋 copy color: '#280091'

red 40 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #280091

Tints of Ultramarine #280091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 78.38%

R = 21.62%
G = 0%
B = 78.38%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#280091 (or 0x280091) is known color: Ultramarine. HEX triplet: 28, 00 and 91. RGB value is (40,0,145). Sum of RGB (Red+Green+Blue) = 40+0+145=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #280091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280091 is #D7FF6E. Grayscale: #1B1B1B. Windows color (decimal): -14155631 or 9502760. OLE color: 9502760.

HSL color Cylindrical-coordinate representation of color #280091: hue angle of 256.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280091 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 0 145 -
CMYK 0.72 1 0 0.43
HSL 256.55º 1% 0.28% -
HSV(B) 256.55º 1% 0.57% -
XYZ 5.99 2.5 26.95 -
YUV 28.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 40 0 145 0.72 1 0 0.43 256.55 1 0.28
Hex 28 0 91 48 64 0 2B 101 64 1C
Octal 50 0 221 110 144 0 53 401 144 34
Binary 101000 0 10010001 1001000 1100100 0 101011 100000001 1100100 11100

Color Harmonies of #280091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280091

Black with #280091

Text Example


Text Example

White with #280091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280091; }

 p { color: rgb(40,0,145); }

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

background-color css

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

 a { background-color: rgb(40,0,145); }

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

border-color css

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

 span { border-color: rgb(40,0,145); }

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