Html Css Color HEX #280FAD Ultramarine

📋 copy color: '#280FAD'

red 40 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #280FAD

Tints of Ultramarine #280FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 173 (67.97% from 255) = 75.88%

R = 17.54%
G = 6.58%
B = 75.88%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#280FAD (or 0x280FAD) is known color: Ultramarine. HEX triplet: 28, 0F and AD. RGB value is (40,15,173). Sum of RGB (Red+Green+Blue) = 40+15+173=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #280FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FAD is #D7F052. Grayscale: #272727. Windows color (decimal): -14151763 or 11341608. OLE color: 11341608.

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

Color convert

RGB 40 15 173 -
CMYK 0.77 0.91 0 0.32
HSL 249.49º 0.84% 0.37% -
HSV(B) 249.49º 0.91% 0.68% -
XYZ 8.59 3.81 39.82 -
YUV 40.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 40 15 173 0.77 0.91 0 0.32 249.49 0.84 0.37
Hex 28 F AD 4D 5B 0 20 F9 54 25
Octal 50 17 255 115 133 0 40 371 124 45
Binary 101000 1111 10101101 1001101 1011011 0 100000 11111001 1010100 100101

Color Harmonies of #280FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FAD

Black with #280FAD

Text Example


Text Example

White with #280FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,15,173); }

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

background-color css

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

 a { background-color: rgb(40,15,173); }

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

border-color css

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

 span { border-color: rgb(40,15,173); }

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