Html Css Color HEX #261197 Ultramarine

📋 copy color: '#261197'

red 38 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #261197

Tints of Ultramarine #261197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.3%

R = 18.45%
G = 8.25%
B = 73.3%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#261197 (or 0x261197) is known color: Ultramarine. HEX triplet: 26, 11 and 97. RGB value is (38,17,151). Sum of RGB (Red+Green+Blue) = 38+17+151=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #261197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261197 is #D9EE68. Grayscale: #262626. Windows color (decimal): -14282345 or 9900326. OLE color: 9900326.

HSL color Cylindrical-coordinate representation of color #261197: hue angle of 249.4º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261197 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 17 151 -
CMYK 0.75 0.89 0 0.41
HSL 249.4º 0.8% 0.33% -
HSV(B) 249.4º 0.89% 0.59% -
XYZ 6.59 3.05 29.52 -
YUV 38.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 38 17 151 0.75 0.89 0 0.41 249.4 0.8 0.33
Hex 26 11 97 4B 59 0 29 F9 50 21
Octal 46 21 227 113 131 0 51 371 120 41
Binary 100110 10001 10010111 1001011 1011001 0 101001 11111001 1010000 100001

Color Harmonies of #261197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261197

Black with #261197

Text Example


Text Example

White with #261197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261197; }

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

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

background-color css

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

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

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

border-color css

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

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

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