Html Css Color HEX #281F91 Ultramarine

📋 copy color: '#281F91'

red 40 ◦ green 31 ◦ blue 145

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

Shades of Ultramarine #281F91

Tints of Ultramarine #281F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.13%

R = 18.52%
G = 14.35%
B = 67.13%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#281F91 (or 0x281F91) is known color: Ultramarine. HEX triplet: 28, 1F and 91. RGB value is (40,31,145). Sum of RGB (Red+Green+Blue) = 40+31+145=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #281F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F91 is #D7E06E. Grayscale: #2E2E2E. Windows color (decimal): -14147695 or 9510696. OLE color: 9510696.

HSL color Cylindrical-coordinate representation of color #281F91: hue angle of 244.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281F91 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 31 145 -
CMYK 0.72 0.79 0 0.43
HSL 244.74º 0.65% 0.35% -
HSV(B) 244.74º 0.79% 0.57% -
XYZ 6.48 3.48 27.12 -
YUV 46.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 40 31 145 0.72 0.79 0 0.43 244.74 0.65 0.35
Hex 28 1F 91 48 4F 0 2B F5 41 23
Octal 50 37 221 110 117 0 53 365 101 43
Binary 101000 11111 10010001 1001000 1001111 0 101011 11110101 1000001 100011

Color Harmonies of #281F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F91

Black with #281F91

Text Example


Text Example

White with #281F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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