Html Css Color HEX #280393 Ultramarine

📋 copy color: '#280393'

red 40 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #280393

Tints of Ultramarine #280393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 21.05%
G = 1.58%
B = 77.37%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280393 (or 0x280393) is known color: Ultramarine. HEX triplet: 28, 03 and 93. RGB value is (40,3,147). Sum of RGB (Red+Green+Blue) = 40+3+147=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #280393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280393 is #D7FC6C. Grayscale: #1D1D1D. Windows color (decimal): -14154861 or 9634600. OLE color: 9634600.

HSL color Cylindrical-coordinate representation of color #280393: hue angle of 255.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280393 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 3 147 -
CMYK 0.73 0.98 0 0.42
HSL 255.42º 0.96% 0.29% -
HSV(B) 255.42º 0.98% 0.58% -
XYZ 6.17 2.62 27.78 -
YUV 30.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 40 3 147 0.73 0.98 0 0.42 255.42 0.96 0.29
Hex 28 3 93 49 62 0 2A FF 60 1D
Octal 50 3 223 111 142 0 52 377 140 35
Binary 101000 11 10010011 1001001 1100010 0 101010 11111111 1100000 11101

Color Harmonies of #280393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280393

Black with #280393

Text Example


Text Example

White with #280393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280393; }

 p { color: rgb(40,3,147); }

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

background-color css

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

 a { background-color: rgb(40,3,147); }

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

border-color css

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

 span { border-color: rgb(40,3,147); }

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