#2612B0

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

Shades of Ultramarine #2612B0

Tints of Ultramarine #2612B0

Color information

#2612B0 (or 0x2612B0) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and B0. RGB value is (38,18,176). Sum of RGB (Red+Green+Blue) = 38+18+176=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #2612B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2612B0 is #D9ED4F. Grayscale: #292929. Windows color (decimal): -14282064 or 11538982. OLE color: 11538982.

HSL color Cylindrical-coordinate representation of color #2612B0: hue angle of 247.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2612B0 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3818176-
CMYK0.780.9000.31
HSL247.59º81.44%38.04%-
HSV(B)247.59º89.77%69.02%-
XYZ8.853.9841.38-
YUV41.99203.63125.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 176 (69.14% from 255) = 75.86%
R=16.38%
G=7.76%
B=75.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38181760.780.9000.31247.5981.4438.04
Hex2612B04E5A01Ff85126
Octal462226011613203737012146
Binary100110100101011000010011101011010011111111110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2612B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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