Html Css Color HEX #280BAE Ultramarine

📋 copy color: '#280BAE'

red 40 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #280BAE

Tints of Ultramarine #280BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 17.78%
G = 4.89%
B = 77.33%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#280BAE (or 0x280BAE) is known color: Ultramarine. HEX triplet: 28, 0B and AE. RGB value is (40,11,174). Sum of RGB (Red+Green+Blue) = 40+11+174=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #280BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280BAE is #D7F451. Grayscale: #252525. Windows color (decimal): -14152786 or 11406120. OLE color: 11406120.

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

Color convert

RGB 40 11 174 -
CMYK 0.77 0.94 0 0.32
HSL 250.67º 0.88% 0.36% -
HSV(B) 250.67º 0.94% 0.68% -
XYZ 8.63 3.75 40.31 -
YUV 38.25 204.61 129.25 -
System Red Green Blue C M Y K H S L
Decimal 40 11 174 0.77 0.94 0 0.32 250.67 0.88 0.36
Hex 28 B AE 4D 5E 0 20 FB 58 24
Octal 50 13 256 115 136 0 40 373 130 44
Binary 101000 1011 10101110 1001101 1011110 0 100000 11111011 1011000 100100

Color Harmonies of #280BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280BAE

Black with #280BAE

Text Example


Text Example

White with #280BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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