Html Css Color HEX #280690 Ultramarine

📋 copy color: '#280690'

red 40 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #280690

Tints of Ultramarine #280690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

 BLUE value IS 144 (56.64% from 255) = 75.79%

R = 21.05%
G = 3.16%
B = 75.79%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#280690 (or 0x280690) is known color: Ultramarine. HEX triplet: 28, 06 and 90. RGB value is (40,6,144). Sum of RGB (Red+Green+Blue) = 40+6+144=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #280690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280690 is #D7F96F. Grayscale: #1F1F1F. Windows color (decimal): -14154096 or 9438760. OLE color: 9438760.

HSL color Cylindrical-coordinate representation of color #280690: hue angle of 254.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280690 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 6 144 -
CMYK 0.72 0.96 0 0.44
HSL 254.78º 0.92% 0.29% -
HSV(B) 254.78º 0.96% 0.56% -
XYZ 5.97 2.59 26.57 -
YUV 31.9 191.26 133.78 -
System Red Green Blue C M Y K H S L
Decimal 40 6 144 0.72 0.96 0 0.44 254.78 0.92 0.29
Hex 28 6 90 48 60 0 2C FF 5C 1D
Octal 50 6 220 110 140 0 54 377 134 35
Binary 101000 110 10010000 1001000 1100000 0 101100 11111111 1011100 11101

Color Harmonies of #280690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280690

Black with #280690

Text Example


Text Example

White with #280690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280690; }

 p { color: rgb(40,6,144); }

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

background-color css

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

 a { background-color: rgb(40,6,144); }

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

border-color css

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

 span { border-color: rgb(40,6,144); }

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