#2600B6

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

Shades of Ultramarine #2600B6

Tints of Ultramarine #2600B6

Color information

#2600B6 (or 0x2600B6) is unknown color: approx Ultramarine. HEX triplet: 26, 00 and B6. RGB value is (38,0,182). Sum of RGB (Red+Green+Blue) = 38+0+182=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 182 (71.48% from 255 or 82.73% from 220); Max value from RGB is 182 - color contains mainly: blue. Hex color #2600B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600B6 is #D9FF49. Grayscale: #1F1F1F. Windows color (decimal): -14286666 or 11927590. OLE color: 11927590.

HSL color Cylindrical-coordinate representation of color #2600B6: hue angle of 252.53º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600B6 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB380182-
CMYK0.79100.29
HSL252.53º100%35.69%-
HSV(B)252.53º100%71.37%-
XYZ9.243.7944.5-
YUV32.11212.59132.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 182 (71.48% from 255) = 82.73%
R=17.27%
G=0%
B=82.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3801820.79100.29252.5310035.69
Hex260B64F6401Dfd6424
Octal46026611714403537514444
Binary10011001011011010011111100100011101111111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2600B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2600B6; }

 p { color: rgb(38,0,182); }

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

<style>
 a { background-color: #2600B6; }

 a { background-color: rgb(38,0,182); }

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

<style>
 span { border-color: #2600B6; }

 span { border-color: rgb(38,0,182); }

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