Html Css Color HEX #280597 Ultramarine

📋 copy color: '#280597'

red 40 ◦ green 5 ◦ blue 151

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

Shades of Ultramarine #280597

Tints of Ultramarine #280597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

 BLUE value IS 151 (59.38% from 255) = 77.04%

R = 20.41%
G = 2.55%
B = 77.04%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#280597 (or 0x280597) is known color: Ultramarine. HEX triplet: 28, 05 and 97. RGB value is (40,5,151). Sum of RGB (Red+Green+Blue) = 40+5+151=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #280597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280597 is #D7FA68. Grayscale: #1F1F1F. Windows color (decimal): -14154345 or 9897256. OLE color: 9897256.

HSL color Cylindrical-coordinate representation of color #280597: hue angle of 254.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280597 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 5 151 -
CMYK 0.74 0.97 0 0.41
HSL 254.38º 0.94% 0.31% -
HSV(B) 254.38º 0.97% 0.59% -
XYZ 6.52 2.79 29.47 -
YUV 32.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 40 5 151 0.74 0.97 0 0.41 254.38 0.94 0.31
Hex 28 5 97 4A 61 0 29 FE 5E 1F
Octal 50 5 227 112 141 0 51 376 136 37
Binary 101000 101 10010111 1001010 1100001 0 101001 11111110 1011110 11111

Color Harmonies of #280597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280597

Black with #280597

Text Example


Text Example

White with #280597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280597; }

 p { color: rgb(40,5,151); }

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

background-color css

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

 a { background-color: rgb(40,5,151); }

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

border-color css

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

 span { border-color: rgb(40,5,151); }

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