#261f93

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

Shades of Ultramarine #261F93

Tints of Ultramarine #261F93

Color information

#261F93 (or 0x261F93) is unknown color: approx Ultramarine. HEX triplet: 26, 1F and 93. RGB value is (38,31,147). Sum of RGB (Red+Green+Blue) = 38+31+147=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #261F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261F93 is #D9E06C. Grayscale: #2D2D2D. Windows color (decimal): -14278765 or 9641766. OLE color: 9641766.

HSL color Cylindrical-coordinate representation of color #261F93: hue angle of 243.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261F93 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3831147-
CMYK0.740.7900.42
HSL243.62º65.17%34.9%-
HSV(B)243.62º78.91%57.65%-
XYZ6.563.527.93-
YUV46.32184.82122.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=17.59%
G=14.35%
B=68.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38311470.740.7900.42243.6265.1734.9
Hex261F934A4F02Af44123
Octal463722311211705236410143
Binary1001101111110010011100101010011110101010111101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,31,147); }

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

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

 a { background-color: rgb(38,31,147); }

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

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

 span { border-color: rgb(38,31,147); }

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