Html Css Color HEX #281295 Ultramarine

📋 copy color: '#281295'

red 40 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #281295

Tints of Ultramarine #281295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 19.32%
G = 8.7%
B = 71.98%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#281295 (or 0x281295) is known color: Ultramarine. HEX triplet: 28, 12 and 95. RGB value is (40,18,149). Sum of RGB (Red+Green+Blue) = 40+18+149=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #281295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281295 is #D7ED6A. Grayscale: #272727. Windows color (decimal): -14151019 or 9769512. OLE color: 9769512.

HSL color Cylindrical-coordinate representation of color #281295: hue angle of 250.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281295 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 18 149 -
CMYK 0.73 0.88 0 0.42
HSL 250.08º 0.78% 0.33% -
HSV(B) 250.08º 0.88% 0.58% -
XYZ 6.52 3.05 28.68 -
YUV 39.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 40 18 149 0.73 0.88 0 0.42 250.08 0.78 0.33
Hex 28 12 95 49 58 0 2A FA 4E 21
Octal 50 22 225 111 130 0 52 372 116 41
Binary 101000 10010 10010101 1001001 1011000 0 101010 11111010 1001110 100001

Color Harmonies of #281295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281295

Black with #281295

Text Example


Text Example

White with #281295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281295; }

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

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

background-color css

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

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

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

border-color css

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

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

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