Html Css Color HEX #28169D Ultramarine

📋 copy color: '#28169D'

red 40 ◦ green 22 ◦ blue 157

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

Shades of Ultramarine #28169D

Tints of Ultramarine #28169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 157 (61.72% from 255) = 71.69%

R = 18.26%
G = 10.05%
B = 71.69%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28169D (or 0x28169D) is known color: Ultramarine. HEX triplet: 28, 16 and 9D. RGB value is (40,22,157). Sum of RGB (Red+Green+Blue) = 40+22+157=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #28169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28169D is #D7E962. Grayscale: #2A2A2A. Windows color (decimal): -14149987 or 10294824. OLE color: 10294824.

HSL color Cylindrical-coordinate representation of color #28169D: hue angle of 248º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28169D is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 22 157 -
CMYK 0.75 0.86 0 0.38
HSL 248º 0.75% 0.35% -
HSV(B) 248º 0.86% 0.62% -
XYZ 7.25 3.46 32.18 -
YUV 42.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 40 22 157 0.75 0.86 0 0.38 248 0.75 0.35
Hex 28 16 9D 4B 56 0 26 F8 4B 23
Octal 50 26 235 113 126 0 46 370 113 43
Binary 101000 10110 10011101 1001011 1010110 0 100110 11111000 1001011 100011

Color Harmonies of #28169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28169D

Black with #28169D

Text Example


Text Example

White with #28169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28169D; }

 p { color: rgb(40,22,157); }

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

background-color css

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

 a { background-color: rgb(40,22,157); }

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

border-color css

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

 span { border-color: rgb(40,22,157); }

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