Html Css Color HEX #281F95 Ultramarine

📋 copy color: '#281F95'

red 40 ◦ green 31 ◦ blue 149

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

Shades of Ultramarine #281F95

Tints of Ultramarine #281F95

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 18.18%
G = 14.09%
B = 67.73%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#281F95 (or 0x281F95) is known color: Ultramarine. HEX triplet: 28, 1F and 95. RGB value is (40,31,149). Sum of RGB (Red+Green+Blue) = 40+31+149=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #281F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F95 is #D7E06A. Grayscale: #2E2E2E. Windows color (decimal): -14147691 or 9772840. OLE color: 9772840.

HSL color Cylindrical-coordinate representation of color #281F95: hue angle of 244.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281F95 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 31 149 -
CMYK 0.73 0.79 0 0.42
HSL 244.58º 0.66% 0.35% -
HSV(B) 244.58º 0.79% 0.58% -
XYZ 6.79 3.6 28.77 -
YUV 47.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 40 31 149 0.73 0.79 0 0.42 244.58 0.66 0.35
Hex 28 1F 95 49 4F 0 2A F5 42 23
Octal 50 37 225 111 117 0 52 365 102 43
Binary 101000 11111 10010101 1001001 1001111 0 101010 11110101 1000010 100011

Color Harmonies of #281F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F95

Black with #281F95

Text Example


Text Example

White with #281F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281F95; }

 p { color: rgb(40,31,149); }

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

background-color css

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

 a { background-color: rgb(40,31,149); }

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

border-color css

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

 span { border-color: rgb(40,31,149); }

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