#26029F

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

Shades of Ultramarine #26029F

Tints of Ultramarine #26029F

Color information

#26029F (or 0x26029F) is unknown color: approx Ultramarine. HEX triplet: 26, 02 and 9F. RGB value is (38,2,159). Sum of RGB (Red+Green+Blue) = 38+2+159=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #26029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26029F is #D9FD60. Grayscale: #1E1E1E. Windows color (decimal): -14286177 or 10420774. OLE color: 10420774.

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

Color convert

RGB382159-
CMYK0.760.9900.38
HSL253.76º97.52%31.57%-
HSV(B)253.76º98.74%62.35%-
XYZ7.082.9633-
YUV30.66200.43133.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 159 (62.5% from 255) = 79.90%
R=19.10%
G=1.01%
B=79.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3821590.760.9900.38253.7697.5231.57
Hex2629F4C63026fe6220
Octal46223711414304637614240
Binary1001101010011111100110011000110100110111111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26029F; }

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

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

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

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

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

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

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

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