Html Css Color HEX #280F9E Ultramarine

📋 copy color: '#280F9E'

red 40 ◦ green 15 ◦ blue 158

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

Shades of Ultramarine #280F9E

Tints of Ultramarine #280F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.18%

R = 18.78%
G = 7.04%
B = 74.18%

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

#280F9E (or 0x280F9E) is known color: Ultramarine. HEX triplet: 28, 0F and 9E. RGB value is (40,15,158). Sum of RGB (Red+Green+Blue) = 40+15+158=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #280F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F9E is #D7F061. Grayscale: #262626. Windows color (decimal): -14151778 or 10358568. OLE color: 10358568.

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

Color convert

RGB 40 15 158 -
CMYK 0.75 0.91 0 0.38
HSL 250.49º 0.83% 0.34% -
HSV(B) 250.49º 0.91% 0.62% -
XYZ 7.22 3.26 32.6 -
YUV 38.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 40 15 158 0.75 0.91 0 0.38 250.49 0.83 0.34
Hex 28 F 9E 4B 5B 0 26 FA 53 22
Octal 50 17 236 113 133 0 46 372 123 42
Binary 101000 1111 10011110 1001011 1011011 0 100110 11111010 1010011 100010

Color Harmonies of #280F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F9E

Black with #280F9E

Text Example


Text Example

White with #280F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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