Html Css Color HEX #280FAA Ultramarine

📋 copy color: '#280FAA'

red 40 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #280FAA

Tints of Ultramarine #280FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 17.78%
G = 6.67%
B = 75.56%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#280FAA (or 0x280FAA) is known color: Ultramarine. HEX triplet: 28, 0F and AA. RGB value is (40,15,170). Sum of RGB (Red+Green+Blue) = 40+15+170=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #280FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FAA is #D7F055. Grayscale: #272727. Windows color (decimal): -14151766 or 11145000. OLE color: 11145000.

HSL color Cylindrical-coordinate representation of color #280FAA: hue angle of 249.68º 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 #280FAA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 15 170 -
CMYK 0.76 0.91 0 0.33
HSL 249.68º 0.84% 0.36% -
HSV(B) 249.68º 0.91% 0.67% -
XYZ 8.3 3.7 38.31 -
YUV 40.15 201.28 127.9 -
System Red Green Blue C M Y K H S L
Decimal 40 15 170 0.76 0.91 0 0.33 249.68 0.84 0.36
Hex 28 F AA 4C 5B 0 21 FA 54 24
Octal 50 17 252 114 133 0 41 372 124 44
Binary 101000 1111 10101010 1001100 1011011 0 100001 11111010 1010100 100100

Color Harmonies of #280FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FAA

Black with #280FAA

Text Example


Text Example

White with #280FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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