#262696

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

Shades of Ultramarine #262696

Tints of Ultramarine #262696

Color information

#262696 (or 0x262696) is unknown color: approx Ultramarine. HEX triplet: 26, 26 and 96. RGB value is (38,38,150). Sum of RGB (Red+Green+Blue) = 38+38+150=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #262696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262696 is #D9D969. Grayscale: #323232. Windows color (decimal): -14276970 or 9840166. OLE color: 9840166.

HSL color Cylindrical-coordinate representation of color #262696: hue angle of 240º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262696 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3838150-
CMYK0.750.7500.41
HSL240º59.57%36.86%-
HSV(B)240º74.67%58.82%-
XYZ7429.26-
YUV50.77184118.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 150 (58.98% from 255) = 66.37%
R=16.81%
G=16.81%
B=66.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38381500.750.7500.4124059.5736.86
Hex2626964B4B029f03c25
Octal46462261131130513607445
Binary1001101001101001011010010111001011010100111110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262696; }

 p { color: rgb(38,38,150); }

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

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

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

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

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

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

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