#26049E

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

Shades of Ultramarine #26049E

Tints of Ultramarine #26049E

Color information

#26049E (or 0x26049E) is unknown color: approx Ultramarine. HEX triplet: 26, 04 and 9E. RGB value is (38,4,158). Sum of RGB (Red+Green+Blue) = 38+4+158=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 158 (62.11% from 255 or 79% from 200); Max value from RGB is 158 - color contains mainly: blue. Hex color #26049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26049E is #D9FB61. Grayscale: #1F1F1F. Windows color (decimal): -14285666 or 10355750. OLE color: 10355750.

HSL color Cylindrical-coordinate representation of color #26049E: hue angle of 253.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26049E is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB384158-
CMYK0.760.9700.38
HSL253.25º95.06%31.76%-
HSV(B)253.25º97.47%61.96%-
XYZ7.012.9732.55-
YUV31.72199.26132.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 158 (62.11% from 255) = 79%
R=19%
G=2%
B=79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3841580.760.9700.38253.2595.0631.76
Hex2649E4C61026fd5f20
Octal46423611414104637513740
Binary10011010010011110100110011000010100110111111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,4,158); }

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

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

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

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

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

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

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