Html Css Color HEX #280F9F Ultramarine

📋 copy color: '#280F9F'

red 40 ◦ green 15 ◦ blue 159

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

Shades of Ultramarine #280F9F

Tints of Ultramarine #280F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 18.69%
G = 7.01%
B = 74.3%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#280F9F (or 0x280F9F) is known color: Ultramarine. HEX triplet: 28, 0F and 9F. RGB value is (40,15,159). Sum of RGB (Red+Green+Blue) = 40+15+159=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #280F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F9F is #D7F060. Grayscale: #262626. Windows color (decimal): -14151777 or 10424104. OLE color: 10424104.

HSL color Cylindrical-coordinate representation of color #280F9F: hue angle of 250.42º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280F9F is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 15 159 -
CMYK 0.75 0.91 0 0.38
HSL 250.42º 0.83% 0.34% -
HSV(B) 250.42º 0.91% 0.62% -
XYZ 7.3 3.3 33.05 -
YUV 38.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 40 15 159 0.75 0.91 0 0.38 250.42 0.83 0.34
Hex 28 F 9F 4B 5B 0 26 FA 53 22
Octal 50 17 237 113 133 0 46 372 123 42
Binary 101000 1111 10011111 1001011 1011011 0 100110 11111010 1010011 100010

Color Harmonies of #280F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F9F

Black with #280F9F

Text Example


Text Example

White with #280F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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