Html Css Color HEX #280F94 Ultramarine

📋 copy color: '#280F94'

red 40 ◦ green 15 ◦ blue 148

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

Shades of Ultramarine #280F94

Tints of Ultramarine #280F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 19.7%
G = 7.39%
B = 72.91%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280F94 (or 0x280F94) is known color: Ultramarine. HEX triplet: 28, 0F and 94. RGB value is (40,15,148). Sum of RGB (Red+Green+Blue) = 40+15+148=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #280F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F94 is #D7F06B. Grayscale: #252525. Windows color (decimal): -14151788 or 9703208. OLE color: 9703208.

HSL color Cylindrical-coordinate representation of color #280F94: hue angle of 251.28º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280F94 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 15 148 -
CMYK 0.73 0.90 0 0.42
HSL 251.28º 0.82% 0.32% -
HSV(B) 251.28º 0.9% 0.58% -
XYZ 6.39 2.93 28.25 -
YUV 37.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 40 15 148 0.73 0.90 0 0.42 251.28 0.82 0.32
Hex 28 F 94 49 5A 0 2A FB 52 20
Octal 50 17 224 111 132 0 52 373 122 40
Binary 101000 1111 10010100 1001001 1011010 0 101010 11111011 1010010 100000

Color Harmonies of #280F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F94

Black with #280F94

Text Example


Text Example

White with #280F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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