Html Css Color HEX #280BA4 Ultramarine

📋 copy color: '#280BA4'

red 40 ◦ green 11 ◦ blue 164

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

Shades of Ultramarine #280BA4

Tints of Ultramarine #280BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 76.28%

R = 18.6%
G = 5.12%
B = 76.28%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#280BA4 (or 0x280BA4) is known color: Ultramarine. HEX triplet: 28, 0B and A4. RGB value is (40,11,164). Sum of RGB (Red+Green+Blue) = 40+11+164=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 164 (64.45% from 255 or 76.28% from 215); Max value from RGB is 164 - color contains mainly: blue. Hex color #280BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BA4 is #D7F45B. Grayscale: #242424. Windows color (decimal): -14152796 or 10750760. OLE color: 10750760.

HSL color Cylindrical-coordinate representation of color #280BA4: hue angle of 251.37º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280BA4 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 11 164 -
CMYK 0.76 0.93 0 0.36
HSL 251.37º 0.87% 0.34% -
HSV(B) 251.37º 0.93% 0.64% -
XYZ 7.7 3.37 35.37 -
YUV 37.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 40 11 164 0.76 0.93 0 0.36 251.37 0.87 0.34
Hex 28 B A4 4C 5D 0 24 FB 57 22
Octal 50 13 244 114 135 0 44 373 127 42
Binary 101000 1011 10100100 1001100 1011101 0 100100 11111011 1010111 100010

Color Harmonies of #280BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BA4

Black with #280BA4

Text Example


Text Example

White with #280BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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