Html Css Color HEX #28268E Ultramarine

📋 copy color: '#28268E'

red 40 ◦ green 38 ◦ blue 142

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

Shades of Ultramarine #28268E

Tints of Ultramarine #28268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 18.18%
G = 17.27%
B = 64.55%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28268E (or 0x28268E) is known color: Ultramarine. HEX triplet: 28, 26 and 8E. RGB value is (40,38,142). Sum of RGB (Red+Green+Blue) = 40+38+142=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #28268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28268E is #D7D971. Grayscale: #323232. Windows color (decimal): -14145906 or 9315880. OLE color: 9315880.

HSL color Cylindrical-coordinate representation of color #28268E: hue angle of 241.15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28268E is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 38 142 -
CMYK 0.72 0.73 0 0.44
HSL 241.15º 0.58% 0.35% -
HSV(B) 241.15º 0.73% 0.56% -
XYZ 6.45 3.79 25.98 -
YUV 50.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 40 38 142 0.72 0.73 0 0.44 241.15 0.58 0.35
Hex 28 26 8E 48 49 0 2C F1 3A 23
Octal 50 46 216 110 111 0 54 361 72 43
Binary 101000 100110 10001110 1001000 1001001 0 101100 11110001 111010 100011

Color Harmonies of #28268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28268E

Black with #28268E

Text Example


Text Example

White with #28268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28268E; }

 p { color: rgb(40,38,142); }

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

background-color css

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

 a { background-color: rgb(40,38,142); }

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

border-color css

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

 span { border-color: rgb(40,38,142); }

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