Html Css Color HEX #28268F Ultramarine

📋 copy color: '#28268F'

red 40 ◦ green 38 ◦ blue 143

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

Shades of Ultramarine #28268F

Tints of Ultramarine #28268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 143 (56.25% from 255) = 64.71%

R = 18.1%
G = 17.19%
B = 64.71%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28268F (or 0x28268F) is known color: Ultramarine. HEX triplet: 28, 26 and 8F. RGB value is (40,38,143). Sum of RGB (Red+Green+Blue) = 40+38+143=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #28268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28268F is #D7D970. Grayscale: #323232. Windows color (decimal): -14145905 or 9381416. OLE color: 9381416.

HSL color Cylindrical-coordinate representation of color #28268F: hue angle of 241.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28268F is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 38 143 -
CMYK 0.72 0.73 0 0.44
HSL 241.14º 0.58% 0.35% -
HSV(B) 241.14º 0.73% 0.56% -
XYZ 6.53 3.82 26.38 -
YUV 50.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 40 38 143 0.72 0.73 0 0.44 241.14 0.58 0.35
Hex 28 26 8F 48 49 0 2C F1 3A 23
Octal 50 46 217 110 111 0 54 361 72 43
Binary 101000 100110 10001111 1001000 1001001 0 101100 11110001 111010 100011

Color Harmonies of #28268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28268F

Black with #28268F

Text Example


Text Example

White with #28268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,38,143); }

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

background-color css

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

 a { background-color: rgb(40,38,143); }

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

border-color css

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

 span { border-color: rgb(40,38,143); }

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