Html Css Color HEX #261295 Ultramarine

📋 copy color: '#261295'

red 38 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #261295

Tints of Ultramarine #261295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 18.54%
G = 8.78%
B = 72.68%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261295 (or 0x261295) is known color: Ultramarine. HEX triplet: 26, 12 and 95. RGB value is (38,18,149). Sum of RGB (Red+Green+Blue) = 38+18+149=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #261295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261295 is #D9ED6A. Grayscale: #262626. Windows color (decimal): -14282091 or 9769510. OLE color: 9769510.

HSL color Cylindrical-coordinate representation of color #261295: hue angle of 249.16º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261295 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 18 149 -
CMYK 0.74 0.88 0 0.42
HSL 249.16º 0.78% 0.33% -
HSV(B) 249.16º 0.88% 0.58% -
XYZ 6.44 3.01 28.68 -
YUV 38.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 38 18 149 0.74 0.88 0 0.42 249.16 0.78 0.33
Hex 26 12 95 4A 58 0 2A F9 4E 21
Octal 46 22 225 112 130 0 52 371 116 41
Binary 100110 10010 10010101 1001010 1011000 0 101010 11111001 1001110 100001

Color Harmonies of #261295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261295

Black with #261295

Text Example


Text Example

White with #261295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261295; }

 p { color: rgb(38,18,149); }

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

background-color css

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

 a { background-color: rgb(38,18,149); }

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

border-color css

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

 span { border-color: rgb(38,18,149); }

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