#261094

Color #261094 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #261094

Tints of Ultramarine #261094

Color information

#261094 (or 0x261094) is unknown color: approx Ultramarine. HEX triplet: 26, 10 and 94. RGB value is (38,16,148). Sum of RGB (Red+Green+Blue) = 38+16+148=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #261094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261094 is #D9EF6B. Grayscale: #252525. Windows color (decimal): -14282604 or 9703462. OLE color: 9703462.

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

Color convert

RGB3816148-
CMYK0.740.8900.42
HSL250º80.49%32.16%-
HSV(B)250º89.19%58.04%-
XYZ6.332.9228.25-
YUV37.63190.29128.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 148 (58.20% from 255) = 73.27%
R=18.81%
G=7.92%
B=73.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38161480.740.8900.4225080.4932.16
Hex2610944A5902Afa5020
Octal462022411213105237212040
Binary1001101000010010100100101010110010101010111110101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261094; }

 p { color: rgb(38,16,148); }

 H1.HeaderClassName
 {
   color: #261094;
 }
 .AnyTagClassName
 {
   color: #261094;
 }
</style>
background-color css

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

 a { background-color: rgb(38,16,148); }

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

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

 span { border-color: rgb(38,16,148); }

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