Html Css Color HEX #280FB2 Ultramarine

📋 copy color: '#280FB2'

red 40 ◦ green 15 ◦ blue 178

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

Shades of Ultramarine #280FB2

Tints of Ultramarine #280FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 76.39%

R = 17.17%
G = 6.44%
B = 76.39%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#280FB2 (or 0x280FB2) is known color: Ultramarine. HEX triplet: 28, 0F and B2. RGB value is (40,15,178). Sum of RGB (Red+Green+Blue) = 40+15+178=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 178 (69.92% from 255 or 76.39% from 233); Max value from RGB is 178 - color contains mainly: blue. Hex color #280FB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280FB2 is #D7F04D. Grayscale: #282828. Windows color (decimal): -14151758 or 11669288. OLE color: 11669288.

HSL color Cylindrical-coordinate representation of color #280FB2: hue angle of 249.2º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280FB2 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 15 178 -
CMYK 0.78 0.92 0 0.30
HSL 249.2º 0.84% 0.38% -
HSV(B) 249.2º 0.92% 0.7% -
XYZ 9.08 4.01 42.41 -
YUV 41.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 40 15 178 0.78 0.92 0 0.30 249.2 0.84 0.38
Hex 28 F B2 4E 5C 0 1E F9 54 26
Octal 50 17 262 116 134 0 36 371 124 46
Binary 101000 1111 10110010 1001110 1011100 0 11110 11111001 1010100 100110

Color Harmonies of #280FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FB2

Black with #280FB2

Text Example


Text Example

White with #280FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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