#260A99

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

Shades of Ultramarine #260A99

Tints of Ultramarine #260A99

Color information

#260A99 (or 0x260A99) is unknown color: approx Ultramarine. HEX triplet: 26, 0A and 99. RGB value is (38,10,153). Sum of RGB (Red+Green+Blue) = 38+10+153=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #260A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A99 is #D9F566. Grayscale: #222222. Windows color (decimal): -14284135 or 10029606. OLE color: 10029606.

HSL color Cylindrical-coordinate representation of color #260A99: hue angle of 251.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260A99 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3810153-
CMYK0.750.9300.4
HSL251.75º87.73%31.96%-
HSV(B)251.75º93.46%60%-
XYZ6.662.9330.35-
YUV34.67194.78130.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 153 (60.16% from 255) = 76.12%
R=18.91%
G=4.98%
B=76.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38101530.750.9300.4251.7587.7331.96
Hex26A994B5D028fc5820
Octal461223111313505037413040
Binary100110101010011001100101110111010101000111111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A99; }

 p { color: rgb(38,10,153); }

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

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

 a { background-color: rgb(38,10,153); }

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

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

 span { border-color: rgb(38,10,153); }

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