Html Css Color HEX #28049D Ultramarine

📋 copy color: '#28049D'

red 40 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #28049D

Tints of Ultramarine #28049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 19.9%
G = 1.99%
B = 78.11%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28049D (or 0x28049D) is known color: Ultramarine. HEX triplet: 28, 04 and 9D. RGB value is (40,4,157). Sum of RGB (Red+Green+Blue) = 40+4+157=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #28049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28049D is #D7FB62. Grayscale: #1F1F1F. Windows color (decimal): -14154595 or 10290216. OLE color: 10290216.

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

Color convert

RGB 40 4 157 -
CMYK 0.75 0.97 0 0.38
HSL 254.12º 0.95% 0.32% -
HSV(B) 254.12º 0.97% 0.62% -
XYZ 7 2.97 32.1 -
YUV 32.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 40 4 157 0.75 0.97 0 0.38 254.12 0.95 0.32
Hex 28 4 9D 4B 61 0 26 FE 5F 20
Octal 50 4 235 113 141 0 46 376 137 40
Binary 101000 100 10011101 1001011 1100001 0 100110 11111110 1011111 100000

Color Harmonies of #28049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28049D

Black with #28049D

Text Example


Text Example

White with #28049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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