Html Css Color HEX #280095 Ultramarine

📋 copy color: '#280095'

red 40 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #280095

Tints of Ultramarine #280095

RGB

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

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

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

R = 21.16%
G = 0%
B = 78.84%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280095 (or 0x280095) is known color: Ultramarine. HEX triplet: 28, 00 and 95. RGB value is (40,0,149). Sum of RGB (Red+Green+Blue) = 40+0+149=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #280095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280095 is #D7FF6A. Grayscale: #1C1C1C. Windows color (decimal): -14155627 or 9764904. OLE color: 9764904.

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

Color convert

RGB 40 0 149 -
CMYK 0.73 1 0 0.42
HSL 256.11º 1% 0.29% -
HSV(B) 256.11º 1% 0.58% -
XYZ 6.3 2.62 28.61 -
YUV 28.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 40 0 149 0.73 1 0 0.42 256.11 1 0.29
Hex 28 0 95 49 64 0 2A 100 64 1D
Octal 50 0 225 111 144 0 52 400 144 35
Binary 101000 0 10010101 1001001 1100100 0 101010 100000000 1100100 11101

Color Harmonies of #280095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280095

Black with #280095

Text Example


Text Example

White with #280095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280095; }

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

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

background-color css

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

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

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

border-color css

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

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

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