Html Css Color HEX #191281 Ultramarine

📋 copy color: '#191281'

red 25 ◦ green 18 ◦ blue 129

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

Shades of Ultramarine #191281

Tints of Ultramarine #191281

RGB

 RED value IS 25 (10.16% from 255) = 14.53%

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

 BLUE value IS 129 (50.78% from 255) = 75%

R = 14.53%
G = 10.47%
B = 75%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#191281 (or 0x191281) is known color: Ultramarine. HEX triplet: 19, 12 and 81. RGB value is (25,18,129). Sum of RGB (Red+Green+Blue) = 25+18+129=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 129 (50.78% from 255 or 75% from 172); Max value from RGB is 129 - color contains mainly: blue. Hex color #191281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191281 is #E6ED7E. Grayscale: #202020. Windows color (decimal): -15134079 or 8458777. OLE color: 8458777.

HSL color Cylindrical-coordinate representation of color #191281: hue angle of 243.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191281 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 18 129 -
CMYK 0.81 0.86 0 0.49
HSL 243.78º 0.76% 0.29% -
HSV(B) 243.78º 0.86% 0.51% -
XYZ 4.58 2.22 20.96 -
YUV 32.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 25 18 129 0.81 0.86 0 0.49 243.78 0.76 0.29
Hex 19 12 81 51 56 0 31 F4 4C 1D
Octal 31 22 201 121 126 0 61 364 114 35
Binary 11001 10010 10000001 1010001 1010110 0 110001 11110100 1001100 11101

Color Harmonies of #191281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191281

Black with #191281

Text Example


Text Example

White with #191281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191281; }

 p { color: rgb(25,18,129); }

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

background-color css

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

 a { background-color: rgb(25,18,129); }

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

border-color css

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

 span { border-color: rgb(25,18,129); }

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