#260796

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

Shades of Ultramarine #260796

Tints of Ultramarine #260796

Color information

#260796 (or 0x260796) is unknown color: approx Ultramarine. HEX triplet: 26, 07 and 96. RGB value is (38,7,150). Sum of RGB (Red+Green+Blue) = 38+7+150=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #260796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260796 is #D9F869. Grayscale: #202020. Windows color (decimal): -14284906 or 9832230. OLE color: 9832230.

HSL color Cylindrical-coordinate representation of color #260796: hue angle of 253.01º degrees, saturation: 0.91, 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 #260796 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB387150-
CMYK0.750.9500.41
HSL253.01º91.08%30.78%-
HSV(B)253.01º95.33%58.82%-
XYZ6.382.7729.05-
YUV32.57194.27131.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 150 (58.98% from 255) = 76.92%
R=19.49%
G=3.59%
B=76.92%

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
Decimal3871500.750.9500.41253.0191.0830.78
Hex267964B5F029fd5b1f
Octal46722611313705137513337
Binary1001101111001011010010111011111010100111111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260796; }

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

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

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

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

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

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

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

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