Html Css Color HEX #261796 Ultramarine

📋 copy color: '#261796'

red 38 ◦ green 23 ◦ blue 150

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

Shades of Ultramarine #261796

Tints of Ultramarine #261796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 18.01%
G = 10.9%
B = 71.09%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#261796 (or 0x261796) is known color: Ultramarine. HEX triplet: 26, 17 and 96. RGB value is (38,23,150). Sum of RGB (Red+Green+Blue) = 38+23+150=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #261796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261796 is #D9E869. Grayscale: #292929. Windows color (decimal): -14280810 or 9836326. OLE color: 9836326.

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

Color convert

RGB 38 23 150 -
CMYK 0.75 0.85 0 0.41
HSL 247.09º 0.73% 0.34% -
HSV(B) 247.09º 0.85% 0.59% -
XYZ 6.61 3.23 29.13 -
YUV 41.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 38 23 150 0.75 0.85 0 0.41 247.09 0.73 0.34
Hex 26 17 96 4B 55 0 29 F7 49 22
Octal 46 27 226 113 125 0 51 367 111 42
Binary 100110 10111 10010110 1001011 1010101 0 101001 11110111 1001001 100010

Color Harmonies of #261796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261796

Black with #261796

Text Example


Text Example

White with #261796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261796; }

 p { color: rgb(38,23,150); }

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

background-color css

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

 a { background-color: rgb(38,23,150); }

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

border-color css

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

 span { border-color: rgb(38,23,150); }

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