#260AA3

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

Shades of Ultramarine #260AA3

Tints of Ultramarine #260AA3

Color information

#260AA3 (or 0x260AA3) is unknown color: approx Ultramarine. HEX triplet: 26, 0A and A3. RGB value is (38,10,163). Sum of RGB (Red+Green+Blue) = 38+10+163=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 163 (64.06% from 255 or 77.25% from 211); Max value from RGB is 163 - color contains mainly: blue. Hex color #260AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260AA3 is #D9F55C. Grayscale: #232323. Windows color (decimal): -14284125 or 10684966. OLE color: 10684966.

HSL color Cylindrical-coordinate representation of color #260AA3: hue angle of 250.98º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260AA3 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3810163-
CMYK0.770.9400.36
HSL250.98º88.44%33.92%-
HSV(B)250.98º93.87%63.92%-
XYZ7.523.2734.89-
YUV35.81199.78129.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 163 (64.06% from 255) = 77.25%
R=18.01%
G=4.74%
B=77.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38101630.770.9400.36250.9888.4433.92
Hex26AA34D5E024fb5822
Octal461224311513604437313042
Binary100110101010100011100110110111100100100111110111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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