Html Css Color HEX #281197 Ultramarine

📋 copy color: '#281197'

red 40 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #281197

Tints of Ultramarine #281197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

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

R = 19.23%
G = 8.17%
B = 72.6%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#281197 (or 0x281197) is known color: Ultramarine. HEX triplet: 28, 11 and 97. RGB value is (40,17,151). Sum of RGB (Red+Green+Blue) = 40+17+151=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #281197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281197 is #D7EE68. Grayscale: #262626. Windows color (decimal): -14151273 or 9900328. OLE color: 9900328.

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

Color convert

RGB 40 17 151 -
CMYK 0.74 0.89 0 0.41
HSL 250.3º 0.8% 0.33% -
HSV(B) 250.3º 0.89% 0.59% -
XYZ 6.66 3.09 29.52 -
YUV 39.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 40 17 151 0.74 0.89 0 0.41 250.3 0.8 0.33
Hex 28 11 97 4A 59 0 29 FA 50 21
Octal 50 21 227 112 131 0 51 372 120 41
Binary 101000 10001 10010111 1001010 1011001 0 101001 11111010 1010000 100001

Color Harmonies of #281197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281197

Black with #281197

Text Example


Text Example

White with #281197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281197; }

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

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

background-color css

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

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

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

border-color css

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

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

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