Html Css Color HEX #280FAB Ultramarine

📋 copy color: '#280FAB'

red 40 ◦ green 15 ◦ blue 171

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

Shades of Ultramarine #280FAB

Tints of Ultramarine #280FAB

RGB

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

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

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

R = 17.7%
G = 6.64%
B = 75.66%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280FAB (or 0x280FAB) is known color: Ultramarine. HEX triplet: 28, 0F and AB. RGB value is (40,15,171). Sum of RGB (Red+Green+Blue) = 40+15+171=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #280FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FAB is #D7F054. Grayscale: #272727. Windows color (decimal): -14151765 or 11210536. OLE color: 11210536.

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

Color convert

RGB 40 15 171 -
CMYK 0.77 0.91 0 0.33
HSL 249.62º 0.84% 0.36% -
HSV(B) 249.62º 0.91% 0.67% -
XYZ 8.4 3.73 38.81 -
YUV 40.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 40 15 171 0.77 0.91 0 0.33 249.62 0.84 0.36
Hex 28 F AB 4D 5B 0 21 FA 54 24
Octal 50 17 253 115 133 0 41 372 124 44
Binary 101000 1111 10101011 1001101 1011011 0 100001 11111010 1010100 100100

Color Harmonies of #280FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FAB

Black with #280FAB

Text Example


Text Example

White with #280FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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