Html Css Color HEX #281999 Ultramarine

📋 copy color: '#281999'

red 40 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #281999

Tints of Ultramarine #281999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 18.35%
G = 11.47%
B = 70.18%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#281999 (or 0x281999) is known color: Ultramarine. HEX triplet: 28, 19 and 99. RGB value is (40,25,153). Sum of RGB (Red+Green+Blue) = 40+25+153=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #281999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281999 is #D7E666. Grayscale: #2B2B2B. Windows color (decimal): -14149223 or 10033448. OLE color: 10033448.

HSL color Cylindrical-coordinate representation of color #281999: hue angle of 247.03º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281999 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 25 153 -
CMYK 0.74 0.84 0 0.4
HSL 247.03º 0.72% 0.35% -
HSV(B) 247.03º 0.84% 0.6% -
XYZ 6.97 3.45 30.43 -
YUV 44.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 40 25 153 0.74 0.84 0 0.4 247.03 0.72 0.35
Hex 28 19 99 4A 54 0 28 F7 48 23
Octal 50 31 231 112 124 0 50 367 110 43
Binary 101000 11001 10011001 1001010 1010100 0 101000 11110111 1001000 100011

Color Harmonies of #281999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281999

Black with #281999

Text Example


Text Example

White with #281999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281999; }

 p { color: rgb(40,25,153); }

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

background-color css

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

 a { background-color: rgb(40,25,153); }

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

border-color css

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

 span { border-color: rgb(40,25,153); }

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