#2606AB

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

Shades of Ultramarine #2606AB

Tints of Ultramarine #2606AB

Color information

#2606AB (or 0x2606AB) is unknown color: approx Ultramarine. HEX triplet: 26, 06 and AB. RGB value is (38,6,171). Sum of RGB (Red+Green+Blue) = 38+6+171=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #2606AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2606AB is #D9F954. Grayscale: #212121. Windows color (decimal): -14285141 or 11208230. OLE color: 11208230.

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

Color convert

RGB386171-
CMYK0.780.9600.33
HSL251.64º93.22%34.71%-
HSV(B)251.64º96.49%67.06%-
XYZ8.223.4838.77-
YUV34.38205.1130.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 171 (67.19% from 255) = 79.53%
R=17.67%
G=2.79%
B=79.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3861710.780.9600.33251.6493.2234.71
Hex266AB4E60021fc5d23
Octal46625311614004137413543
Binary10011011010101011100111011000000100001111111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2606AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2606AB; }

 p { color: rgb(38,6,171); }

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

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

 a { background-color: rgb(38,6,171); }

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

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

 span { border-color: rgb(38,6,171); }

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