Html Css Color HEX #280F90 Ultramarine

📋 copy color: '#280F90'

red 40 ◦ green 15 ◦ blue 144

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

Shades of Ultramarine #280F90

Tints of Ultramarine #280F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72.36%

R = 20.1%
G = 7.54%
B = 72.36%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280F90 (or 0x280F90) is known color: Ultramarine. HEX triplet: 28, 0F and 90. RGB value is (40,15,144). Sum of RGB (Red+Green+Blue) = 40+15+144=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #280F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F90 is #D7F06F. Grayscale: #242424. Windows color (decimal): -14151792 or 9441064. OLE color: 9441064.

HSL color Cylindrical-coordinate representation of color #280F90: hue angle of 251.63º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280F90 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 15 144 -
CMYK 0.72 0.90 0 0.44
HSL 251.63º 0.81% 0.31% -
HSV(B) 251.63º 0.9% 0.56% -
XYZ 6.08 2.81 26.61 -
YUV 37.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 40 15 144 0.72 0.90 0 0.44 251.63 0.81 0.31
Hex 28 F 90 48 5A 0 2C FC 51 1F
Octal 50 17 220 110 132 0 54 374 121 37
Binary 101000 1111 10010000 1001000 1011010 0 101100 11111100 1010001 11111

Color Harmonies of #280F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F90

Black with #280F90

Text Example


Text Example

White with #280F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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