#260896

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

Shades of Ultramarine #260896

Tints of Ultramarine #260896

Color information

#260896 (or 0x260896) is unknown color: approx Ultramarine. HEX triplet: 26, 08 and 96. RGB value is (38,8,150). Sum of RGB (Red+Green+Blue) = 38+8+150=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 150 (58.98% from 255 or 76.53% from 196); Max value from RGB is 150 - color contains mainly: blue. Hex color #260896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260896 is #D9F769. Grayscale: #202020. Windows color (decimal): -14284650 or 9832486. OLE color: 9832486.

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

Color convert

RGB388150-
CMYK0.750.9500.41
HSL252.68º89.87%30.98%-
HSV(B)252.68º94.67%58.82%-
XYZ6.392.7929.06-
YUV33.16193.94131.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 150 (58.98% from 255) = 76.53%
R=19.39%
G=4.08%
B=76.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3881500.750.9500.41252.6889.8730.98
Hex268964B5F029fd5a1f
Octal461022611313705137513237
Binary10011010001001011010010111011111010100111111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260896; }

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

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

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

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

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

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

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

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