Html Css Color HEX #28059C Ultramarine

📋 copy color: '#28059C'

red 40 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #28059C

Tints of Ultramarine #28059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 19.9%
G = 2.49%
B = 77.61%

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

#28059C (or 0x28059C) is known color: Ultramarine. HEX triplet: 28, 05 and 9C. RGB value is (40,5,156). Sum of RGB (Red+Green+Blue) = 40+5+156=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #28059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28059C is #D7FA63. Grayscale: #202020. Windows color (decimal): -14154340 or 10224936. OLE color: 10224936.

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

Color convert

RGB 40 5 156 -
CMYK 0.74 0.97 0 0.39
HSL 253.91º 0.94% 0.32% -
HSV(B) 253.91º 0.97% 0.61% -
XYZ 6.93 2.96 31.66 -
YUV 32.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 40 5 156 0.74 0.97 0 0.39 253.91 0.94 0.32
Hex 28 5 9C 4A 61 0 27 FE 5E 20
Octal 50 5 234 112 141 0 47 376 136 40
Binary 101000 101 10011100 1001010 1100001 0 100111 11111110 1011110 100000

Color Harmonies of #28059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28059C

Black with #28059C

Text Example


Text Example

White with #28059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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