#26068E

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

Shades of Ultramarine #26068E

Tints of Ultramarine #26068E

Color information

#26068E (or 0x26068E) is unknown color: approx Ultramarine. HEX triplet: 26, 06 and 8E. RGB value is (38,6,142). Sum of RGB (Red+Green+Blue) = 38+6+142=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 142 (55.86% from 255 or 76.34% from 186); Max value from RGB is 142 - color contains mainly: blue. Hex color #26068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26068E is #D9F971. Grayscale: #1E1E1E. Windows color (decimal): -14285170 or 9307686. OLE color: 9307686.

HSL color Cylindrical-coordinate representation of color #26068E: hue angle of 254.12º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26068E is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB386142-
CMYK0.730.9600.44
HSL254.12º91.89%29.02%-
HSV(B)254.12º95.77%55.69%-
XYZ5.752.525.77-
YUV31.07190.6132.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 142 (55.86% from 255) = 76.34%
R=20.43%
G=3.23%
B=76.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3861420.730.9600.44254.1291.8929.02
Hex2668E496002Cfe5c1d
Octal46621611114005437613435
Binary1001101101000111010010011100000010110011111110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26068E; }

 p { color: rgb(38,6,142); }

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

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

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

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

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

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

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