Html Css Color HEX #28079C Ultramarine

📋 copy color: '#28079C'

red 40 ◦ green 7 ◦ blue 156

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

Shades of Ultramarine #28079C

Tints of Ultramarine #28079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 19.7%
G = 3.45%
B = 76.85%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28079C (or 0x28079C) is known color: Ultramarine. HEX triplet: 28, 07 and 9C. RGB value is (40,7,156). Sum of RGB (Red+Green+Blue) = 40+7+156=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #28079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079C is #D7F863. Grayscale: #212121. Windows color (decimal): -14153828 or 10225448. OLE color: 10225448.

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

Color convert

RGB 40 7 156 -
CMYK 0.74 0.96 0 0.39
HSL 253.29º 0.91% 0.32% -
HSV(B) 253.29º 0.96% 0.61% -
XYZ 6.95 3 31.67 -
YUV 33.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 40 7 156 0.74 0.96 0 0.39 253.29 0.91 0.32
Hex 28 7 9C 4A 60 0 27 FD 5B 20
Octal 50 7 234 112 140 0 47 375 133 40
Binary 101000 111 10011100 1001010 1100000 0 100111 11111101 1011011 100000

Color Harmonies of #28079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28079C

Black with #28079C

Text Example


Text Example

White with #28079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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