Html Css Color HEX #28209F Ultramarine

📋 copy color: '#28209F'

red 40 ◦ green 32 ◦ blue 159

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

Shades of Ultramarine #28209F

Tints of Ultramarine #28209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 17.32%
G = 13.85%
B = 68.83%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28209F (or 0x28209F) is known color: Ultramarine. HEX triplet: 28, 20 and 9F. RGB value is (40,32,159). Sum of RGB (Red+Green+Blue) = 40+32+159=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #28209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28209F is #D7DF60. Grayscale: #303030. Windows color (decimal): -14147425 or 10428456. OLE color: 10428456.

HSL color Cylindrical-coordinate representation of color #28209F: hue angle of 243.78º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28209F is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 32 159 -
CMYK 0.75 0.80 0 0.38
HSL 243.78º 0.66% 0.37% -
HSV(B) 243.78º 0.8% 0.62% -
XYZ 7.65 3.99 33.17 -
YUV 48.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 40 32 159 0.75 0.80 0 0.38 243.78 0.66 0.37
Hex 28 20 9F 4B 50 0 26 F4 42 25
Octal 50 40 237 113 120 0 46 364 102 45
Binary 101000 100000 10011111 1001011 1010000 0 100110 11110100 1000010 100101

Color Harmonies of #28209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28209F

Black with #28209F

Text Example


Text Example

White with #28209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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