Html Css Color HEX #28149E Ultramarine

📋 copy color: '#28149E'

red 40 ◦ green 20 ◦ blue 158

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

Shades of Ultramarine #28149E

Tints of Ultramarine #28149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 18.35%
G = 9.17%
B = 72.48%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28149E (or 0x28149E) is known color: Ultramarine. HEX triplet: 28, 14 and 9E. RGB value is (40,20,158). Sum of RGB (Red+Green+Blue) = 40+20+158=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #28149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28149E is #D7EB61. Grayscale: #292929. Windows color (decimal): -14150498 or 10359848. OLE color: 10359848.

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

Color convert

RGB 40 20 158 -
CMYK 0.75 0.87 0 0.38
HSL 248.7º 0.78% 0.35% -
HSV(B) 248.7º 0.87% 0.62% -
XYZ 7.3 3.42 32.62 -
YUV 41.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 40 20 158 0.75 0.87 0 0.38 248.7 0.78 0.35
Hex 28 14 9E 4B 57 0 26 F9 4E 23
Octal 50 24 236 113 127 0 46 371 116 43
Binary 101000 10100 10011110 1001011 1010111 0 100110 11111001 1001110 100011

Color Harmonies of #28149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28149E

Black with #28149E

Text Example


Text Example

White with #28149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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