#2613B4

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

Shades of Ultramarine #2613B4

Tints of Ultramarine #2613B4

Color information

#2613B4 (or 0x2613B4) is unknown color: approx Ultramarine. HEX triplet: 26, 13 and B4. RGB value is (38,19,180). Sum of RGB (Red+Green+Blue) = 38+19+180=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 180 (70.70% from 255 or 75.95% from 237); Max value from RGB is 180 - color contains mainly: blue. Hex color #2613B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613B4 is #D9EC4B. Grayscale: #2A2A2A. Windows color (decimal): -14281804 or 11801382. OLE color: 11801382.

HSL color Cylindrical-coordinate representation of color #2613B4: hue angle of 247.08º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2613B4 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3819180-
CMYK0.790.8900.29
HSL247.08º80.9%39.02%-
HSV(B)247.08º89.44%70.59%-
XYZ9.274.1743.5-
YUV43.04205.29124.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 180 (70.70% from 255) = 75.95%
R=16.03%
G=8.02%
B=75.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38191800.790.8900.29247.0880.939.02
Hex2613B44F5901Df75127
Octal462326411713103536712147
Binary100110100111011010010011111011001011101111101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2613B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2613B4; }

 p { color: rgb(38,19,180); }

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

<style>
 a { background-color: #2613B4; }

 a { background-color: rgb(38,19,180); }

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

<style>
 span { border-color: #2613B4; }

 span { border-color: rgb(38,19,180); }

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