#2612B6

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

Shades of Ultramarine #2612B6

Tints of Ultramarine #2612B6

Color information

#2612B6 (or 0x2612B6) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and B6. RGB value is (38,18,182). Sum of RGB (Red+Green+Blue) = 38+18+182=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 182 (71.48% from 255 or 76.47% from 238); Max value from RGB is 182 - color contains mainly: blue. Hex color #2612B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2612B6 is #D9ED49. Grayscale: #2A2A2A. Windows color (decimal): -14282058 or 11932198. OLE color: 11932198.

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

Color convert

RGB3818182-
CMYK0.790.9000.29
HSL247.32º82%39.22%-
HSV(B)247.32º90.11%71.37%-
XYZ9.464.2244.57-
YUV42.68206.63124.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.97%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 182 (71.48% from 255) = 76.47%
R=15.97%
G=7.56%
B=76.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38181820.790.9000.29247.328239.22
Hex2612B64F5A01Df75227
Octal462226611713203536712247
Binary100110100101011011010011111011010011101111101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2612B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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