Html Css Color HEX #28079B Ultramarine

📋 copy color: '#28079B'

red 40 ◦ green 7 ◦ blue 155

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

Shades of Ultramarine #28079B

Tints of Ultramarine #28079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 76.73%

R = 19.8%
G = 3.47%
B = 76.73%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28079B (or 0x28079B) is known color: Ultramarine. HEX triplet: 28, 07 and 9B. RGB value is (40,7,155). Sum of RGB (Red+Green+Blue) = 40+7+155=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #28079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28079B is #D7F864. Grayscale: #212121. Windows color (decimal): -14153829 or 10159912. OLE color: 10159912.

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

Color convert

RGB 40 7 155 -
CMYK 0.74 0.95 0 0.39
HSL 253.38º 0.91% 0.32% -
HSV(B) 253.38º 0.95% 0.61% -
XYZ 6.87 2.97 31.22 -
YUV 33.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 40 7 155 0.74 0.95 0 0.39 253.38 0.91 0.32
Hex 28 7 9B 4A 5F 0 27 FD 5B 20
Octal 50 7 233 112 137 0 47 375 133 40
Binary 101000 111 10011011 1001010 1011111 0 100111 11111101 1011011 100000

Color Harmonies of #28079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28079B

Black with #28079B

Text Example


Text Example

White with #28079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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