#260BAA

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

Shades of Ultramarine #260BAA

Tints of Ultramarine #260BAA

Color information

#260BAA (or 0x260BAA) is unknown color: approx Ultramarine. HEX triplet: 26, 0B and AA. RGB value is (38,11,170). Sum of RGB (Red+Green+Blue) = 38+11+170=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #260BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260BAA is #D9F455. Grayscale: #242424. Windows color (decimal): -14283862 or 11143974. OLE color: 11143974.

HSL color Cylindrical-coordinate representation of color #260BAA: hue angle of 250.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BAA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3811170-
CMYK0.780.9400.33
HSL250.19º87.85%35.49%-
HSV(B)250.19º93.53%66.67%-
XYZ8.173.5538.29-
YUV37.2202.95128.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 170 (66.80% from 255) = 77.63%
R=17.35%
G=5.02%
B=77.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38111700.780.9400.33250.1987.8535.49
Hex26BAA4E5E021fa5823
Octal461325211613604137213043
Binary100110101110101010100111010111100100001111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,11,170); }

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

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

 a { background-color: rgb(38,11,170); }

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

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

 span { border-color: rgb(38,11,170); }

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