Html Css Color HEX #28009B Ultramarine

📋 copy color: '#28009B'

red 40 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #28009B

Tints of Ultramarine #28009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 79.49%

R = 20.51%
G = 0%
B = 79.49%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28009B (or 0x28009B) is known color: Ultramarine. HEX triplet: 28, 00 and 9B. RGB value is (40,0,155). Sum of RGB (Red+Green+Blue) = 40+0+155=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #28009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28009B is #D7FF64. Grayscale: #1D1D1D. Windows color (decimal): -14155621 or 10158120. OLE color: 10158120.

HSL color Cylindrical-coordinate representation of color #28009B: hue angle of 255.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28009B is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 0 155 -
CMYK 0.74 1 0 0.39
HSL 255.48º 1% 0.3% -
HSV(B) 255.48º 1% 0.61% -
XYZ 6.79 2.82 31.2 -
YUV 29.63 198.75 135.4 -
System Red Green Blue C M Y K H S L
Decimal 40 0 155 0.74 1 0 0.39 255.48 1 0.3
Hex 28 0 9B 4A 64 0 27 FF 64 1E
Octal 50 0 233 112 144 0 47 377 144 36
Binary 101000 0 10011011 1001010 1100100 0 100111 11111111 1100100 11110

Color Harmonies of #28009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28009B

Black with #28009B

Text Example


Text Example

White with #28009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28009B; }

 p { color: rgb(40,0,155); }

 H1.HeaderClassName
 {
   color: #28009B;
 }
 .AnyTagClassName
 {
   color: #28009B;
 }
</style>

background-color css

<style>
 a { background-color: #28009B; }

 a { background-color: rgb(40,0,155); }

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

border-color css

<style>
 span { border-color: #28009B; }

 span { border-color: rgb(40,0,155); }

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