#2612AF

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

Shades of Ultramarine #2612AF

Tints of Ultramarine #2612AF

Color information

#2612AF (or 0x2612AF) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and AF. RGB value is (38,18,175). Sum of RGB (Red+Green+Blue) = 38+18+175=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #2612AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2612AF is #D9ED50. Grayscale: #292929. Windows color (decimal): -14282065 or 11473446. OLE color: 11473446.

HSL color Cylindrical-coordinate representation of color #2612AF: hue angle of 247.64º 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 #2612AF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3818175-
CMYK0.780.9000.31
HSL247.64º81.35%37.84%-
HSV(B)247.64º89.71%68.63%-
XYZ8.753.9440.86-
YUV41.88203.13125.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 175 (68.75% from 255) = 75.76%
R=16.45%
G=7.79%
B=75.76%

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
Decimal38181750.780.9000.31247.6481.3537.84
Hex2612AF4E5A01Ff85126
Octal462225711613203737012146
Binary100110100101010111110011101011010011111111110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2612AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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