#261795

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

Shades of Ultramarine #261795

Tints of Ultramarine #261795

Color information

#261795 (or 0x261795) is unknown color: approx Ultramarine. HEX triplet: 26, 17 and 95. RGB value is (38,23,149). Sum of RGB (Red+Green+Blue) = 38+23+149=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #261795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261795 is #D9E86A. Grayscale: #292929. Windows color (decimal): -14280811 or 9770790. OLE color: 9770790.

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

Color convert

RGB3823149-
CMYK0.740.8500.42
HSL247.14º73.26%33.73%-
HSV(B)247.14º84.56%58.43%-
XYZ6.533.1928.71-
YUV41.85188.47125.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=18.10%
G=10.95%
B=70.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38231490.740.8500.42247.1473.2633.73
Hex2617954A5502Af74922
Octal462722511212505236711142
Binary1001101011110010101100101010101010101010111101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261795; }

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

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

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

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

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

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

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

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