Html Css Color HEX #280DAB Ultramarine

📋 copy color: '#280DAB'

red 40 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #280DAB

Tints of Ultramarine #280DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.8%

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

R = 17.86%
G = 5.8%
B = 76.34%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280DAB (or 0x280DAB) is known color: Ultramarine. HEX triplet: 28, 0D and AB. RGB value is (40,13,171). Sum of RGB (Red+Green+Blue) = 40+13+171=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #280DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DAB is #D7F254. Grayscale: #262626. Windows color (decimal): -14152277 or 11210024. OLE color: 11210024.

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

Color convert

RGB 40 13 171 -
CMYK 0.77 0.92 0 0.33
HSL 250.25º 0.86% 0.36% -
HSV(B) 250.25º 0.92% 0.67% -
XYZ 8.37 3.68 38.8 -
YUV 39.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 40 13 171 0.77 0.92 0 0.33 250.25 0.86 0.36
Hex 28 D AB 4D 5C 0 21 FA 56 24
Octal 50 15 253 115 134 0 41 372 126 44
Binary 101000 1101 10101011 1001101 1011100 0 100001 11111010 1010110 100100

Color Harmonies of #280DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280DAB

Black with #280DAB

Text Example


Text Example

White with #280DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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