Html Css Color HEX #261191 Ultramarine

📋 copy color: '#261191'

red 38 ◦ green 17 ◦ blue 145

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

Shades of Ultramarine #261191

Tints of Ultramarine #261191

RGB

 RED value IS 38 (15.23% from 255) = 19%

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

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

R = 19%
G = 8.5%
B = 72.5%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#261191 (or 0x261191) is known color: Ultramarine. HEX triplet: 26, 11 and 91. RGB value is (38,17,145). Sum of RGB (Red+Green+Blue) = 38+17+145=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #261191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261191 is #D9EE6E. Grayscale: #252525. Windows color (decimal): -14282351 or 9507110. OLE color: 9507110.

HSL color Cylindrical-coordinate representation of color #261191: hue angle of 249.84º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261191 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 17 145 -
CMYK 0.74 0.88 0 0.43
HSL 249.84º 0.79% 0.32% -
HSV(B) 249.84º 0.88% 0.57% -
XYZ 6.11 2.86 27.02 -
YUV 37.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 38 17 145 0.74 0.88 0 0.43 249.84 0.79 0.32
Hex 26 11 91 4A 58 0 2B FA 4F 20
Octal 46 21 221 112 130 0 53 372 117 40
Binary 100110 10001 10010001 1001010 1011000 0 101011 11111010 1001111 100000

Color Harmonies of #261191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261191

Black with #261191

Text Example


Text Example

White with #261191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261191; }

 p { color: rgb(38,17,145); }

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

background-color css

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

 a { background-color: rgb(38,17,145); }

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

border-color css

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

 span { border-color: rgb(38,17,145); }

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