#261E9F

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

Shades of Ultramarine #261E9F

Tints of Ultramarine #261E9F

Color information

#261E9F (or 0x261E9F) is unknown color: approx Ultramarine. HEX triplet: 26, 1E and 9F. RGB value is (38,30,159). Sum of RGB (Red+Green+Blue) = 38+30+159=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #261E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E9F is #D9E160. Grayscale: #2E2E2E. Windows color (decimal): -14279009 or 10427942. OLE color: 10427942.

HSL color Cylindrical-coordinate representation of color #261E9F: hue angle of 243.72º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261E9F is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3830159-
CMYK0.760.8100.38
HSL243.72º68.25%37.06%-
HSV(B)243.72º81.13%62.35%-
XYZ7.523.8433.15-
YUV47.1191.15121.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 159 (62.5% from 255) = 70.04%
R=16.74%
G=13.22%
B=70.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38301590.760.8100.38243.7268.2537.06
Hex261E9F4C51026f44425
Octal463623711412104636410445
Binary1001101111010011111100110010100010100110111101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261E9F; }

 p { color: rgb(38,30,159); }

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

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

 a { background-color: rgb(38,30,159); }

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

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

 span { border-color: rgb(38,30,159); }

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