Html Css Color HEX #280096 Ultramarine

📋 copy color: '#280096'

red 40 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #280096

Tints of Ultramarine #280096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 78.95%

R = 21.05%
G = 0%
B = 78.95%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#280096 (or 0x280096) is known color: Ultramarine. HEX triplet: 28, 00 and 96. RGB value is (40,0,150). Sum of RGB (Red+Green+Blue) = 40+0+150=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #280096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280096 is #D7FF69. Grayscale: #1C1C1C. Windows color (decimal): -14155626 or 9830440. OLE color: 9830440.

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

Color convert

RGB 40 0 150 -
CMYK 0.73 1 0 0.41
HSL 256º 1% 0.29% -
HSV(B) 256º 1% 0.59% -
XYZ 6.38 2.65 29.03 -
YUV 29.06 196.25 135.8 -
System Red Green Blue C M Y K H S L
Decimal 40 0 150 0.73 1 0 0.41 256 1 0.29
Hex 28 0 96 49 64 0 29 100 64 1D
Octal 50 0 226 111 144 0 51 400 144 35
Binary 101000 0 10010110 1001001 1100100 0 101001 100000000 1100100 11101

Color Harmonies of #280096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280096

Black with #280096

Text Example


Text Example

White with #280096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280096; }

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

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

background-color css

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

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

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

border-color css

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

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

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