Html Css Color HEX #280BAC Ultramarine

📋 copy color: '#280BAC'

red 40 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #280BAC

Tints of Ultramarine #280BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 17.94%
G = 4.93%
B = 77.13%

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

#280BAC (or 0x280BAC) is known color: Ultramarine. HEX triplet: 28, 0B and AC. RGB value is (40,11,172). Sum of RGB (Red+Green+Blue) = 40+11+172=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #280BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BAC is #D7F453. Grayscale: #252525. Windows color (decimal): -14152788 or 11275048. OLE color: 11275048.

HSL color Cylindrical-coordinate representation of color #280BAC: hue angle of 250.81º 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 #280BAC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 11 172 -
CMYK 0.77 0.94 0 0.33
HSL 250.81º 0.88% 0.36% -
HSV(B) 250.81º 0.94% 0.67% -
XYZ 8.44 3.67 39.29 -
YUV 38.03 203.61 129.41 -
System Red Green Blue C M Y K H S L
Decimal 40 11 172 0.77 0.94 0 0.33 250.81 0.88 0.36
Hex 28 B AC 4D 5E 0 21 FB 58 24
Octal 50 13 254 115 136 0 41 373 130 44
Binary 101000 1011 10101100 1001101 1011110 0 100001 11111011 1011000 100100

Color Harmonies of #280BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BAC

Black with #280BAC

Text Example


Text Example

White with #280BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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