Html Css Color HEX #28129E Ultramarine

📋 copy color: '#28129E'

red 40 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #28129E

Tints of Ultramarine #28129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 18.52%
G = 8.33%
B = 73.15%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28129E (or 0x28129E) is known color: Ultramarine. HEX triplet: 28, 12 and 9E. RGB value is (40,18,158). Sum of RGB (Red+Green+Blue) = 40+18+158=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #28129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28129E is #D7ED61. Grayscale: #282828. Windows color (decimal): -14151010 or 10359336. OLE color: 10359336.

HSL color Cylindrical-coordinate representation of color #28129E: hue angle of 249.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28129E is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 18 158 -
CMYK 0.75 0.89 0 0.38
HSL 249.43º 0.8% 0.35% -
HSV(B) 249.43º 0.89% 0.62% -
XYZ 7.26 3.35 32.61 -
YUV 40.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 40 18 158 0.75 0.89 0 0.38 249.43 0.8 0.35
Hex 28 12 9E 4B 59 0 26 F9 50 23
Octal 50 22 236 113 131 0 46 371 120 43
Binary 101000 10010 10011110 1001011 1011001 0 100110 11111001 1010000 100011

Color Harmonies of #28129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28129E

Black with #28129E

Text Example


Text Example

White with #28129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28129E; }

 p { color: rgb(40,18,158); }

 H1.HeaderClassName
 {
   color: #28129E;
 }
 .AnyTagClassName
 {
   color: #28129E;
 }
</style>

background-color css

<style>
 a { background-color: #28129E; }

 a { background-color: rgb(40,18,158); }

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

border-color css

<style>
 span { border-color: #28129E; }

 span { border-color: rgb(40,18,158); }

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