Html Css Color HEX #28049C Ultramarine

📋 copy color: '#28049C'

red 40 ◦ green 4 ◦ blue 156

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

Shades of Ultramarine #28049C

Tints of Ultramarine #28049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 78%

R = 20%
G = 2%
B = 78%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28049C (or 0x28049C) is known color: Ultramarine. HEX triplet: 28, 04 and 9C. RGB value is (40,4,156). Sum of RGB (Red+Green+Blue) = 40+4+156=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #28049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28049C is #D7FB63. Grayscale: #1F1F1F. Windows color (decimal): -14154596 or 10224680. OLE color: 10224680.

HSL color Cylindrical-coordinate representation of color #28049C: hue angle of 254.21º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28049C is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 4 156 -
CMYK 0.74 0.97 0 0.39
HSL 254.21º 0.95% 0.31% -
HSV(B) 254.21º 0.97% 0.61% -
XYZ 6.92 2.94 31.65 -
YUV 32.09 197.93 133.64 -
System Red Green Blue C M Y K H S L
Decimal 40 4 156 0.74 0.97 0 0.39 254.21 0.95 0.31
Hex 28 4 9C 4A 61 0 27 FE 5F 1F
Octal 50 4 234 112 141 0 47 376 137 37
Binary 101000 100 10011100 1001010 1100001 0 100111 11111110 1011111 11111

Color Harmonies of #28049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28049C

Black with #28049C

Text Example


Text Example

White with #28049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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