Html Css Color HEX #261696 Ultramarine

📋 copy color: '#261696'

red 38 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #261696

Tints of Ultramarine #261696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 18.1%
G = 10.48%
B = 71.43%

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

#261696 (or 0x261696) is known color: Ultramarine. HEX triplet: 26, 16 and 96. RGB value is (38,22,150). Sum of RGB (Red+Green+Blue) = 38+22+150=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #261696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261696 is #D9E969. Grayscale: #282828. Windows color (decimal): -14281066 or 9836070. OLE color: 9836070.

HSL color Cylindrical-coordinate representation of color #261696: hue angle of 247.5º degrees, saturation: 0.74, 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 #261696 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 22 150 -
CMYK 0.75 0.85 0 0.41
HSL 247.5º 0.74% 0.34% -
HSV(B) 247.5º 0.85% 0.59% -
XYZ 6.59 3.19 29.12 -
YUV 41.38 189.3 125.59 -
System Red Green Blue C M Y K H S L
Decimal 38 22 150 0.75 0.85 0 0.41 247.5 0.74 0.34
Hex 26 16 96 4B 55 0 29 F8 4A 22
Octal 46 26 226 113 125 0 51 370 112 42
Binary 100110 10110 10010110 1001011 1010101 0 101001 11111000 1001010 100010

Color Harmonies of #261696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261696

Black with #261696

Text Example


Text Example

White with #261696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261696; }

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

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

background-color css

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

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

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

border-color css

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

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

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