#2600b5

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

Shades of Ultramarine #2600B5

Tints of Ultramarine #2600B5

Color information

#2600B5 (or 0x2600B5) is unknown color: approx Ultramarine. HEX triplet: 26, 00 and B5. RGB value is (38,0,181). Sum of RGB (Red+Green+Blue) = 38+0+181=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 181 (71.09% from 255 or 82.65% from 219); Max value from RGB is 181 - color contains mainly: blue. Hex color #2600B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600B5 is #D9FF4A. Grayscale: #1F1F1F. Windows color (decimal): -14286667 or 11862054. OLE color: 11862054.

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

Color convert

RGB380181-
CMYK0.79100.29
HSL252.6º100%35.49%-
HSV(B)252.6º100%70.98%-
XYZ9.143.7543.96-
YUV32212.09132.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 82.65%
R=17.35%
G=0%
B=82.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3801810.79100.29252.610035.49
Hex260B54F6401Dfd6423
Octal46026511714403537514443
Binary10011001011010110011111100100011101111111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2600b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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