#2606A0

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

Shades of Ultramarine #2606A0

Tints of Ultramarine #2606A0

Color information

#2606A0 (or 0x2606A0) is unknown color: approx Ultramarine. HEX triplet: 26, 06 and A0. RGB value is (38,6,160). Sum of RGB (Red+Green+Blue) = 38+6+160=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #2606A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2606A0 is #D9F95F. Grayscale: #202020. Windows color (decimal): -14285152 or 10487334. OLE color: 10487334.

HSL color Cylindrical-coordinate representation of color #2606A0: hue angle of 252.47º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2606A0 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB386160-
CMYK0.760.9600.37
HSL252.47º92.77%32.55%-
HSV(B)252.47º96.25%62.75%-
XYZ7.213.0833.47-
YUV33.12199.6131.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 160 (62.89% from 255) = 78.43%
R=18.63%
G=2.94%
B=78.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3861600.760.9600.37252.4792.7732.55
Hex266A04C60025fc5d21
Octal46624011414004537413541
Binary10011011010100000100110011000000100101111111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2606A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2606A0; }

 p { color: rgb(38,6,160); }

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

<style>
 a { background-color: #2606A0; }

 a { background-color: rgb(38,6,160); }

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

<style>
 span { border-color: #2606A0; }

 span { border-color: rgb(38,6,160); }

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