Html Css Color HEX #280BAB Ultramarine

📋 copy color: '#280BAB'

red 40 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #280BAB

Tints of Ultramarine #280BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 18.02%
G = 4.95%
B = 77.03%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280BAB (or 0x280BAB) is known color: Ultramarine. HEX triplet: 28, 0B and AB. RGB value is (40,11,171). Sum of RGB (Red+Green+Blue) = 40+11+171=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #280BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BAB is #D7F454. Grayscale: #252525. Windows color (decimal): -14152789 or 11209512. OLE color: 11209512.

HSL color Cylindrical-coordinate representation of color #280BAB: hue angle of 250.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280BAB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 11 171 -
CMYK 0.77 0.94 0 0.33
HSL 250.88º 0.88% 0.36% -
HSV(B) 250.88º 0.94% 0.67% -
XYZ 8.35 3.63 38.79 -
YUV 37.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 40 11 171 0.77 0.94 0 0.33 250.88 0.88 0.36
Hex 28 B AB 4D 5E 0 21 FB 58 24
Octal 50 13 253 115 136 0 41 373 130 44
Binary 101000 1011 10101011 1001101 1011110 0 100001 11111011 1011000 100100

Color Harmonies of #280BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BAB

Black with #280BAB

Text Example


Text Example

White with #280BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280BAB; }

 p { color: rgb(40,11,171); }

 H1.HeaderClassName
 {
   color: #280BAB;
 }
 .AnyTagClassName
 {
   color: #280BAB;
 }
</style>

background-color css

<style>
 a { background-color: #280BAB; }

 a { background-color: rgb(40,11,171); }

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

border-color css

<style>
 span { border-color: #280BAB; }

 span { border-color: rgb(40,11,171); }

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