Html Css Color HEX #28129F Ultramarine

📋 copy color: '#28129F'

red 40 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #28129F

Tints of Ultramarine #28129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 18.43%
G = 8.29%
B = 73.27%

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

#28129F (or 0x28129F) is known color: Ultramarine. HEX triplet: 28, 12 and 9F. RGB value is (40,18,159). Sum of RGB (Red+Green+Blue) = 40+18+159=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #28129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28129F is #D7ED60. Grayscale: #282828. Windows color (decimal): -14151009 or 10424872. OLE color: 10424872.

HSL color Cylindrical-coordinate representation of color #28129F: hue angle of 249.36º 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 #28129F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 18 159 -
CMYK 0.75 0.89 0 0.38
HSL 249.36º 0.8% 0.35% -
HSV(B) 249.36º 0.89% 0.62% -
XYZ 7.35 3.39 33.07 -
YUV 40.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 40 18 159 0.75 0.89 0 0.38 249.36 0.8 0.35
Hex 28 12 9F 4B 59 0 26 F9 50 23
Octal 50 22 237 113 131 0 46 371 120 43
Binary 101000 10010 10011111 1001011 1011001 0 100110 11111001 1010000 100011

Color Harmonies of #28129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28129F

Black with #28129F

Text Example


Text Example

White with #28129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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