#260a98

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

Shades of Ultramarine #260A98

Tints of Ultramarine #260A98

Color information

#260A98 (or 0x260A98) is unknown color: approx Ultramarine. HEX triplet: 26, 0A and 98. RGB value is (38,10,152). Sum of RGB (Red+Green+Blue) = 38+10+152=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #260A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A98 is #D9F567. Grayscale: #222222. Windows color (decimal): -14284136 or 9964070. OLE color: 9964070.

HSL color Cylindrical-coordinate representation of color #260A98: hue angle of 251.83º 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 #260A98 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3810152-
CMYK0.750.9300.40
HSL251.83º87.65%31.76%-
HSV(B)251.83º93.42%59.61%-
XYZ6.582.929.92-
YUV34.56194.28130.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 152 (59.77% from 255) = 76%
R=19%
G=5%
B=76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38101520.750.9300.40251.8387.6531.76
Hex26A984B5D028fc5820
Octal461223011313505037413040
Binary100110101010011000100101110111010101000111111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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